-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 02, 2026 at 11:33 AM
-- Server version: 10.11.16-MariaDB
-- PHP Version: 8.4.19

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `gigmoz_ebrahim`
--

-- --------------------------------------------------------

--
-- Table structure for table `activity_logs`
--

CREATE TABLE `activity_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `action` varchar(255) NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `old_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `new_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `activity_logs`
--

INSERT INTO `activity_logs` (`id`, `user_id`, `company_id`, `action`, `model_type`, `model_id`, `description`, `old_values`, `new_values`, `ip_address`, `user_agent`, `created_at`, `updated_at`) VALUES
(1, 1, 3, 'created', 'Sale', 1, 'Created Sales Invoice #Ezzy-001-2627', NULL, '{\"company_id\":3,\"party_id\":\"789\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"Ezzy-001-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"34200.00\",\"tax_total\":\"6156.00\",\"pf_amount\":100,\"pf_tax_percent\":18,\"pf_tax_amount\":18,\"roundoff\":0,\"grand_total\":\"40474.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T05:40:25.000000Z\",\"created_at\":\"2026-04-01T05:40:25.000000Z\",\"id\":1}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 05:40:25', '2026-04-01 05:40:25'),
(2, 1, 1, 'created', 'Sale', 2, 'Created Sales Invoice #EB-001-2627', NULL, '{\"company_id\":1,\"party_id\":\"823\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-001-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"2850.00\",\"tax_total\":\"513.00\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"3363.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T05:59:14.000000Z\",\"created_at\":\"2026-04-01T05:59:14.000000Z\",\"id\":2}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 05:59:14', '2026-04-01 05:59:14'),
(3, 1, 3, 'updated', 'Sale', 1, 'Updated Sales Invoice #Ezzy-001-2627', '{\"party_id\":789,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"40474.00\"}', '{\"party_id\":\"789\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"40474.00\"}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 06:12:02', '2026-04-01 06:12:02'),
(4, 1, 1, 'created', 'Sale', 3, 'Created Sales Invoice #EB-002-2627', NULL, '{\"company_id\":1,\"party_id\":\"119\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-002-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"13000.00\",\"tax_total\":\"2340.00\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"15340.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T06:21:08.000000Z\",\"created_at\":\"2026-04-01T06:21:08.000000Z\",\"id\":3}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 06:21:08', '2026-04-01 06:21:08'),
(5, 1, 1, 'created', 'Sale', 4, 'Created Sales Invoice #EB-003-2627', NULL, '{\"company_id\":1,\"party_id\":\"166\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-003-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"550.00\",\"tax_total\":\"99.00\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"649.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T06:29:46.000000Z\",\"created_at\":\"2026-04-01T06:29:46.000000Z\",\"id\":4}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 06:29:46', '2026-04-01 06:29:46'),
(6, 1, 1, 'created', 'Sale', 5, 'Created Sales Invoice #EB-004-2627', NULL, '{\"company_id\":1,\"party_id\":\"499\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-004-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"14750.00\",\"tax_total\":\"2655.00\",\"pf_amount\":100,\"pf_tax_percent\":18,\"pf_tax_amount\":18,\"roundoff\":0,\"grand_total\":\"17523.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T06:50:02.000000Z\",\"created_at\":\"2026-04-01T06:50:02.000000Z\",\"id\":5}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 06:50:02', '2026-04-01 06:50:02'),
(7, 1, 1, 'updated', 'Sale', 5, 'Updated Sales Invoice #EB-004-2627', '{\"party_id\":499,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"17523.00\"}', '{\"party_id\":\"499\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"17523.00\"}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 06:51:43', '2026-04-01 06:51:43'),
(8, 1, 1, 'updated', 'Sale', 5, 'Updated Sales Invoice #EB-004-2627', '{\"party_id\":499,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"17523.00\"}', '{\"party_id\":\"499\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"17523.00\"}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 06:55:32', '2026-04-01 06:55:32'),
(9, 1, 1, 'created', 'Sale', 6, 'Created Sales Invoice #EB-005-2627', NULL, '{\"company_id\":1,\"party_id\":\"444\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-005-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"5500.00\",\"tax_total\":\"990.00\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"6490.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T07:10:02.000000Z\",\"created_at\":\"2026-04-01T07:10:02.000000Z\",\"id\":6}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 07:10:02', '2026-04-01 07:10:02'),
(10, 1, 1, 'created', 'Sale', 7, 'Created Sales Invoice #EB-006-2627', NULL, '{\"company_id\":1,\"party_id\":\"655\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-006-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"12500.00\",\"tax_total\":\"2250.00\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"14750.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T07:27:58.000000Z\",\"created_at\":\"2026-04-01T07:27:58.000000Z\",\"id\":7}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 07:27:58', '2026-04-01 07:27:58'),
(11, 1, 3, 'created', 'Purchase', 1, 'Created Purchase Bill #03', NULL, '{\"party_id\":\"281\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"03\",\"mode\":\"bill\",\"pf_amount\":\"0\",\"pf_tax_percent\":\"18\",\"pf_tax_amount\":\"0.00\",\"roundoff\":\"-0.40\",\"amount_total\":\"60180.00\",\"tax_total\":\"10832.40\",\"grand_total\":\"71012.00\",\"company_id\":\"3\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"updated_at\":\"2026-04-01T07:36:17.000000Z\",\"created_at\":\"2026-04-01T07:36:17.000000Z\",\"id\":1}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 07:36:17', '2026-04-01 07:36:17'),
(12, 1, 1, 'created', 'Purchase', 2, 'Created Purchase Bill #02', NULL, '{\"party_id\":\"281\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"02\",\"mode\":\"bill\",\"pf_amount\":\"0\",\"pf_tax_percent\":\"18\",\"pf_tax_amount\":\"0.00\",\"roundoff\":\"-0.40\",\"amount_total\":\"60180.00\",\"tax_total\":\"10832.40\",\"grand_total\":\"71012.00\",\"company_id\":\"1\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"updated_at\":\"2026-04-01T07:40:05.000000Z\",\"created_at\":\"2026-04-01T07:40:05.000000Z\",\"id\":2}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-01 07:40:05', '2026-04-01 07:40:05'),
(13, 2, 2, 'created', 'Sale', 8, 'Created Sales Invoice #CM-001/26-27', NULL, '{\"company_id\":2,\"party_id\":\"1091\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"CM-001\\/26-27\",\"bill_type\":\"cash\",\"mode\":\"cash\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":null,\"amount_total\":\"52500.00\",\"tax_total\":\"0.00\",\"pf_amount\":600,\"pf_tax_percent\":0,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"53100.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":\"6 gooni\",\"updated_at\":\"2026-04-01T10:26:18.000000Z\",\"created_at\":\"2026-04-01T10:26:18.000000Z\",\"id\":8}', '106.222.210.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 10:26:18', '2026-04-01 10:26:18'),
(14, 2, 2, 'updated', 'Sale', 8, 'Updated Sales Invoice #CM-001/26-27', '{\"party_id\":1091,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"cash\",\"grand_total\":\"53100.00\"}', '{\"party_id\":\"1091\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"cash\",\"grand_total\":\"53100.00\"}', '106.222.210.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 10:31:45', '2026-04-01 10:31:45'),
(15, 1, 1, 'created', 'Sale', 9, 'Created Sales Invoice #EB-007-2627', NULL, '{\"company_id\":1,\"party_id\":\"387\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-007-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"9375.00\",\"tax_total\":\"1687.50\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0.5,\"grand_total\":\"11063.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T11:27:56.000000Z\",\"created_at\":\"2026-04-01T11:27:56.000000Z\",\"id\":9}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(16, 1, 1, 'created', 'Sale', 10, 'Created Sales Invoice #EB-008-2627', NULL, '{\"company_id\":1,\"party_id\":\"614\",\"shipping_address_id\":null,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"EB-008-2627\",\"bill_type\":\"bill\",\"mode\":\"bill\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":\"15 Days Credit\",\"amount_total\":\"12500.00\",\"tax_total\":\"2250.00\",\"pf_amount\":0,\"pf_tax_percent\":18,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"14750.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-01T11:37:11.000000Z\",\"created_at\":\"2026-04-01T11:37:11.000000Z\",\"id\":10}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 11:37:11', '2026-04-01 11:37:11'),
(17, 1, 2, 'created', 'Purchase', 3, 'Created Purchase Bill #16', NULL, '{\"party_id\":\"1092\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"16\",\"mode\":\"cash\",\"pf_amount\":\"0\",\"pf_tax_percent\":\"0\",\"pf_tax_amount\":\"0.00\",\"roundoff\":\"0.00\",\"amount_total\":\"40000.00\",\"tax_total\":\"0.00\",\"grand_total\":\"40000.00\",\"company_id\":\"2\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"updated_at\":\"2026-04-01T12:30:37.000000Z\",\"created_at\":\"2026-04-01T12:30:37.000000Z\",\"id\":3}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 12:30:37', '2026-04-01 12:30:37'),
(18, 1, 1, 'updated', 'Sale', 3, 'Updated Sales Invoice #EB-002-2627', '{\"party_id\":119,\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"15340.00\"}', '{\"party_id\":\"119\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_type\":\"bill\",\"grand_total\":\"15340.00\"}', '106.222.209.143', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 12:46:15', '2026-04-01 12:46:15'),
(19, 1, 2, 'created', 'Purchase', 4, 'Created Purchase Bill #R-0036', NULL, '{\"party_id\":\"1093\",\"invoice_date\":\"2026-03-31T18:30:00.000000Z\",\"bill_no\":\"R-0036\",\"mode\":\"cash\",\"pf_amount\":\"0\",\"pf_tax_percent\":\"0\",\"pf_tax_amount\":\"0.00\",\"roundoff\":\"0.00\",\"amount_total\":\"2730.00\",\"tax_total\":\"0.00\",\"grand_total\":\"2730.00\",\"company_id\":\"2\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"updated_at\":\"2026-04-01T13:47:28.000000Z\",\"created_at\":\"2026-04-01T13:47:28.000000Z\",\"id\":4}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(20, 2, 2, 'created', 'Sale', 11, 'Created Sales Invoice #002/26-27', NULL, '{\"company_id\":2,\"party_id\":\"1137\",\"shipping_address_id\":null,\"invoice_date\":\"2026-04-01T18:30:00.000000Z\",\"bill_no\":\"002\\/26-27\",\"bill_type\":\"cash\",\"mode\":\"cash\",\"delivery_note\":null,\"delivery_note_date\":null,\"buyer_order_no\":null,\"buyer_order_date\":null,\"dispatched_through\":null,\"destination\":null,\"terms_of_delivery\":null,\"amount_total\":\"21725.00\",\"tax_total\":\"0.00\",\"pf_amount\":75,\"pf_tax_percent\":0,\"pf_tax_amount\":0,\"roundoff\":0,\"grand_total\":\"21800.00\",\"eway_bill_no\":null,\"eway_bill_date\":null,\"remarks\":null,\"updated_at\":\"2026-04-02T05:46:41.000000Z\",\"created_at\":\"2026-04-02T05:46:41.000000Z\",\"id\":11}', '106.222.210.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-02 05:46:41', '2026-04-02 05:46:41'),
(21, 1, 2, 'updated', 'Sale', 11, 'Updated Sales Invoice #002/26-27', '{\"party_id\":1137,\"invoice_date\":\"2026-04-01T18:30:00.000000Z\",\"bill_type\":\"cash\",\"grand_total\":\"21800.00\"}', '{\"party_id\":\"1137\",\"invoice_date\":\"2026-04-01T18:30:00.000000Z\",\"bill_type\":\"cash\",\"grand_total\":\"21800.00\"}', '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', '2026-04-02 05:57:43', '2026-04-02 05:57:43');

-- --------------------------------------------------------

--
-- Table structure for table `bank_accounts`
--

CREATE TABLE `bank_accounts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(150) NOT NULL,
  `bank_name` varchar(150) DEFAULT NULL,
  `branch` varchar(150) DEFAULT NULL,
  `account_no` varchar(64) NOT NULL,
  `ifsc` varchar(20) DEFAULT NULL,
  `opening_balance` decimal(14,2) NOT NULL DEFAULT 0.00,
  `current_balance` decimal(14,2) NOT NULL DEFAULT 0.00,
  `mode` enum('cash','bill') DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bank_accounts`
--

INSERT INTO `bank_accounts` (`id`, `company_id`, `name`, `bank_name`, `branch`, `account_no`, `ifsc`, `opening_balance`, `current_balance`, `mode`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 1, 'Ebrahim tools centre', 'HDFC', 'Zaveri', '123456789100', 'HDFC0000123', 0.00, 0.00, 'bill', 0, '2026-02-10 09:59:29', '2026-03-31 11:46:46'),
(2, 1, 'Ezzy Tools', 'Kotak', 'Zavi', '5214522', 'Kotak1234', 0.00, 0.00, 'bill', 0, '2026-02-10 09:59:51', '2026-03-31 11:46:46'),
(3, 1, 'Ebrahim Tools Centre', 'HDFC Bank', 'Mohamed ali Road', '50200072755257', 'HDFC0000627', 0.00, 0.00, 'bill', 1, '2026-03-31 11:46:39', '2026-03-31 11:46:46'),
(4, 3, 'Ezzy Tools Corporation', 'Kotak Mahindra Bank', 'Ashoka Shopping Centre', '3812011318', 'KKBK0000673', 0.00, 0.00, 'bill', 1, '2026-03-31 11:50:00', '2026-03-31 11:50:03');

-- --------------------------------------------------------

--
-- Table structure for table `bank_account_openings`
--

CREATE TABLE `bank_account_openings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `bank_account_id` bigint(20) UNSIGNED NOT NULL,
  `effective_date` date NOT NULL,
  `amount` decimal(14,2) NOT NULL,
  `note` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cache`
--

CREATE TABLE `cache` (
  `key` varchar(255) NOT NULL,
  `value` mediumtext NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cache_locks`
--

CREATE TABLE `cache_locks` (
  `key` varchar(255) NOT NULL,
  `owner` varchar(255) NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `companies`
--

CREATE TABLE `companies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `legal_name` varchar(255) DEFAULT NULL,
  `gstin` varchar(20) DEFAULT NULL,
  `pan` varchar(20) DEFAULT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `website` varchar(255) DEFAULT NULL,
  `lut_number` varchar(100) DEFAULT NULL,
  `msme_number` varchar(100) DEFAULT NULL,
  `billing_address` text DEFAULT NULL,
  `logo_path` varchar(255) DEFAULT NULL,
  `qr_code_path` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `state_code` varchar(5) DEFAULT NULL,
  `pincode` varchar(10) DEFAULT NULL,
  `mode` varchar(25) NOT NULL DEFAULT 'bill',
  `invoice_prefix` varchar(20) DEFAULT NULL,
  `invoice_format` varchar(100) DEFAULT NULL,
  `cash_memo_prefix` varchar(20) DEFAULT NULL,
  `cash_memo_format` varchar(100) DEFAULT NULL,
  `invoice_pad_length` tinyint(3) UNSIGNED NOT NULL DEFAULT 3,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `companies`
--

INSERT INTO `companies` (`id`, `name`, `legal_name`, `gstin`, `pan`, `phone`, `email`, `website`, `lut_number`, `msme_number`, `billing_address`, `logo_path`, `qr_code_path`, `state`, `state_code`, `pincode`, `mode`, `invoice_prefix`, `invoice_format`, `cash_memo_prefix`, `cash_memo_format`, `invoice_pad_length`, `created_at`, `updated_at`) VALUES
(1, 'Ebrahim Tools Centre', 'Ebrahim Tools Centre', '27AAPPK0170L1ZG', 'AAPPK0170L', '+919819684355 , 9322229953', 'theetc.acc@gmail.com', NULL, NULL, NULL, 'Shop No 4, 88/90 Abdul Rehman Street , Agairy Cross Lane, Mumbai, Maharashtra - 400003, India', 'companies/logos/doYD42EGl5lbzxcJZLQo3Nm75wuWyDFipvRZn7EV.png', 'companies/qrcodes/fEdIRcJ5itlfyN7T3Nuwgbv2AAil1AnILHzRbmWl.png', 'Maharashtra', '27', '400003', 'bill', 'EB', '{PREFIX}-{NO}-{FY}', 'CM', '{PREFIX}-{NO}/{FY2}', 3, '2025-11-03 22:24:50', '2026-03-31 11:18:38'),
(2, 'CASH', 'CASH', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Maharashtra', '27', NULL, 'cash', 'EB', '{PREFIX}/{NO}/{FY}', NULL, '{NO}/{FY2}', 3, '2025-11-03 22:24:50', '2026-04-01 12:06:58'),
(3, 'Ezzy Tools Corporation', 'Ezzy Tools Corporation', '27AAGFE0725J1ZJ', 'AAGFE0725J', '+919819684355', 'acc.etcorp@gmail.com', 'www.theetc.in', NULL, NULL, '88/90 Abdul Rehman St,  Fakhri Manzil Shop No 4A, Mumbai Maharashtra - 400003, India', 'companies/logos/aX5KonhiAwXC2UNKzXNnu6cdHcv8lmleCsh2JBTp.png', 'companies/qrcodes/KScWpsPrUppKmL4LE5t2WRTkqTurjKh64scxcfZy.jpg', 'Maharashtra', '27', '400003', 'bill', 'Ezzy', '{PREFIX}-{NO}-{FY}', 'CM-Ez-', '{PREFIX}-{NO}/{FY2}', 3, '2026-02-02 07:50:56', '2026-03-31 12:00:15');

-- --------------------------------------------------------

--
-- Table structure for table `customers`
--

CREATE TABLE `customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `mobile` varchar(20) NOT NULL,
  `gst_number` varchar(20) DEFAULT NULL,
  `msme_number` varchar(50) DEFAULT NULL,
  `is_sez` tinyint(1) NOT NULL DEFAULT 0,
  `contact_person` varchar(255) DEFAULT NULL,
  `billing_address` text DEFAULT NULL,
  `state` varchar(100) NOT NULL,
  `pincode` varchar(10) NOT NULL,
  `transportation_name` varchar(255) DEFAULT NULL,
  `vpp_cod` tinyint(1) NOT NULL,
  `party_type` enum('sales','purchase','both') NOT NULL,
  `mode_type` enum('cash','bill') NOT NULL,
  `payment_type` enum('cash','credit') NOT NULL,
  `cash_option` enum('none','cod','prepaid') DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customers`
--

INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(1, '3 Ideal Technology LLP( CASH)', '8356887464', '27AABFZ4932D1Z7', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(2, '9 Gold Enterprise', '9930032003', '27AAOPT7558G1ZX', NULL, 0, '', '503 (B), A Wing, Lady Ratan Tower, Dr E.Moses Road, Worli, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(3, 'A Ahmedally & Co  P  Ltd', '8801022538', '36AABCA4938P1Z8', NULL, 0, '', '5-1-447 to 449, Rani Gunj, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(4, 'Aalap Industries', '9824372339', '24AJVPB7670B1Z8', NULL, 0, '', 'Radha Krusna Nagar Street, No 2 Opp Latiya Motor Garaj, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(5, 'Aassto Enterprises', '9893349020', '09IZBPS7079K1ZD', NULL, 0, '', '69, Bharatpur Road, Tarsi, Dhangaon,, Mathura', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(6, 'Abbasbhai & Sons', '2223421739', '27AAAFA2798R1ZS', NULL, 0, '', '85-C, Mohammedali Road, Opp B.M.C Bank H Q, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(7, 'Abbas Industrial Tools', '9035829071', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(8, 'Abc', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(9, 'A B Corporation (Parel)', '8211080129', '27AAMFA4306K1ZE', NULL, 0, 'Abdul', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(10, 'ACE Diamond Tools', '9821174934', '27ALLPM5777A1ZV', NULL, 0, 'Mishra', 'ADD- B-105, SAI SAGAR APT. NAVGHAR ROAD,, BHAYANDER EAST', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(11, 'Acme Engineering', '9979997777', '24ABFFA1280J1ZO', NULL, 0, '', '81,82 Victoriya Ind, Estate, GIDC Kathwada Vill, Kathwada, Ta-Daskroi. Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(12, 'Adaro Dental Laboratory', '7045943807', '27AAQFA7738M1ZO', NULL, 0, '', 'Cubicle No.3, R.N.Gamadia Polyclinic, Gamadia Colony Road, Tardeo, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(13, 'Adarsh Corporation', '9819836140', '27AGLPJ9083H1ZW', NULL, 0, '', '115, Nagdevi Street, 1st Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(14, 'Advance Engineering Enterprises', '9052569221', '36ACEPH2132G1Z4', NULL, 0, '', '4-1-119, 3rd Floor Shop No 4, Sri Chandra Complex, Mahankali Street, Ranigunj, Secundrabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(15, 'Agarwal and Company', '9829966799', '08ADZPA2164K1Z6', NULL, 0, '', 'E-14 Moji Colony, Pradhan Marg', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(16, 'Agkem Impex Private Limited ( Jaipur )', '', '08AAECA6828P1Z3', NULL, 0, '', 'Shop No.13-14, Ground Floor, Toll Tax, Sanganer, Toank Road, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(17, 'Agkem Impex Pvt. Ltd', '', '09AAECA6828P1Z1', NULL, 0, '', 'D-11, Site-4, UPSIDC, Kashna Road, Noida', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(18, 'Agkem Impex Pvt Ltd ( Delhi)', '', '07AAECA6828P1Z5', NULL, 0, '', '503-504, 5th Floor, Rishabh Corporate Tower,, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(19, 'A H Tools Centre', '9820786447', '27AZVPS4307G1ZV', NULL, 0, 'Husain', '13/15 Sanghvi Bhavan, 3rd Agiary Lane, Near Zaveri Bazar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(20, 'Ahuja Magnet & Electronic', '9810005816', '07AADPA4788L1ZG', NULL, 0, '', '589-A, Old Lajpat Rai Market, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(21, 'Ajanta Marketing', '7575808561', '24AAFPZ7637M1ZX', NULL, 0, '', 'Triveni Nagar, Nr. Matangi Prov. Stores, Rajkot 4', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(22, 'Ajanta Tools', '8007867253', '27AFRPB1572N1Z1', NULL, 0, 'Shk Mukaram Bhai', 'Saifee Street, City Chowk,, Waluj', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(23, 'Ajay Needle Files', '8144085511', '33ARHPV7025L1ZD', NULL, 0, 'B Vadilal', 'W7/ B2 West Street, Near Library, Silamalai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(24, 'Akar Arts', '8369834855', '27AEIPD9649C1ZF', NULL, 0, 'Bharat Bhai', 'B-405, Vanita Niketan, L.T Road, Borivali West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(25, 'Akash diamond tools', '9821057039', '27AAPPS9039N1ZM', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(26, 'Akash Trading Co.', '', '27AAOPS5927Q1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(27, 'Akbar Travels of India Pvt Ltd', '', '27AADCA2140D1ZC', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(28, 'Akber Parcel Service', '', '36AMDPK5976E3ZT', NULL, 0, '', '14-8-268 and 14-8-268/2, Baldwa Homes, Chudi Bazar, Begum Bazar, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(29, 'Akshay Tools Centre', '9004075613', '27ABAPS2559M1Z6', NULL, 0, '', 'Mulund West,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(30, 'A K & Sons', '9312279525', '07AAPPM3761R1ZT', NULL, 0, 'Rashid', '178, New Market Meena Bazar,, Jama Masjid,, Delhi - 110 006', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(31, 'Ak Tools', '', '27CSLPK8184L1ZV', NULL, 0, '', 'Room No. 5, Wadia Estate, Opp. Building No.2, Kurla Andheri Road, Mumbai, Near Shishu Vikas Mandir School', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(32, 'Alamdaar Tools Corner', '9028002152', '27AAIFA8340H1ZF', NULL, 0, '', 'Shop No. 24, Kalyan Chambers, 811/12, Raviwar Peth, Satranjiwala Chowk, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(33, 'Al Azhar Enterprise', '9819976852', '27AAQPB4872M1Z5', NULL, 0, '', '50, Svp Road, Ground Floor, Haji Building, Null Bazaar, Near Pahalwaan Juice, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(34, 'Alif Stationary Mart', '9820488921', '27ARPPP7487E1Z1', NULL, 0, '', '303 , 3rd Floor, Plot -19, Tayebi House, Cooper 1st Lane, Bhendi Bazar Mandvi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(35, 'Alihusain Akbarali Rangwala', '9825452819', '24ABOPR9276J1ZT', NULL, 0, 'Muntazir Rangwala', '1207 A 2 pankore naka biscuit Gali, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(36, 'All Bound Global Freight', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(37, 'Alliance Corporation', '', '27ACWPL4322J1Z6', NULL, 0, '', '216/217,2nd Floor Plot 79, Himalaya House, Ramabi, Ambedkar Marg, Fort, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(38, 'Alliance Trading Corporation', '2223421645', '27AABPT8144P1ZZ', NULL, 0, 'Narendra  /  Rahul', '152, Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(39, 'Allied Enterprises', '2223428949', '27AABFA0318C1ZA', NULL, 0, '', '249, Nagdevi Street,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(40, 'All India Tools Centre', '9820096834', '27AAAFA2471K1ZK', NULL, 0, '', '115, Nagdevi Street, 1st Floor', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(41, 'Alplas Polymers', '', '27AEDPN6215R1ZZ', NULL, 0, '', 'Unit No 1, Diamond Industrail Estate,, Navghar Road, Vasai Road(East), Dist Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(42, 'Ambe Jewels', '9867417325', '27AHYPM5663L1ZB', NULL, 0, 'Kamlesh Mehta', 'A/1/504/ kamla park.opp navrang hotel, 60 feet road. Bhayander ( W ), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(43, 'Amcol Engineering Stores', '9819593002', '27AABPP5995N1ZU', NULL, 0, 'Mihir Parikh', 'Jay Laxmi Building, 49 Nagdevi Cross Lane,, 1st Floor Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(44, 'Amish Enterprise', '9022507339', '27AMUPS4444E1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(45, 'Amit Industries', '', '24CUWPP2359B1ZD', NULL, 0, '', 'Survey No 74, B/H Vandheswar Mahadev Temple, Sidheshwar Industrial Area, National Highway 8-B, Village Bhunawa, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(46, 'Amit tools center', '9890070501', '27ABMPS1423J1ZF', NULL, 0, '', 'Itwari nikalas mandir road, bapurao galli. Opp karan kothari jewellers, Near madhavnath mandir nagpur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(47, 'Amtrade', '9920179490', '27AAJFA7407L1Z7', NULL, 0, '', '203, Maganlal Chambers, Carnac Bunder Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(48, 'Amu Industries', '9830125760', '19AAEFA5228J1ZE', NULL, 0, '', '14, Amratola Lane,  St Floor, Kolkata', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(49, 'Andhra Hardware Mart', '9989084531', '36AAHFA0461E1ZX', NULL, 0, '', '58 / 3, Minister Road, Ranigunj,, Secunderabad-3', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(50, 'Angira Diamond & Jewellery Pvt Ltd', '9342015661', '29AAHCM4010A1Z1', NULL, 0, '', 'Shed No 6 A , 3 Rd Floor Boralingappa Garden,, Muddappa Industrial Estate, Near Govt, PUC College,, Peenya, Bengaluru', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(51, 'Aniket Traders ( Jodhpur)', '8890691855', '08CDOPS1044R1ZQ', NULL, 0, 'Ram Gopal Soni', '15 Ghachiyoa Ka Bas, Ghoro Ka Chauk Sojati, Gate, Jodhpur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(52, 'Anjna Industries', '9924488096', '24AAYPV6344G1Z1', NULL, 0, '', 'Survery No 46/1, Plot N 12, Behind Krimisha, Enterprise, 50 Feet Road, Vavdi Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(53, 'Ankist Jewellery Tools & Mc (Coimbatore)', '6383049960', '33AAYFA6008J1Z8', NULL, 0, '', '1033, Big Bazaar Street,, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(54, 'Ankitst Exim Inc', '2242724050', '27AAJFA6712C1ZS', NULL, 0, '', 'Unit No B/3, Girikunj Industrai Estate, Near Paper Box Off Mahalaxmi Caves Road, Andheri (E) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(55, 'Anksist Jewellery & Machine', '9610447325', '', NULL, 0, '', '', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(56, 'Anmol Trading Co.', '', '27AAWFA0473F1ZB', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(57, 'Anon Products', '7575808569', '24AAUFA2424N1Z7', NULL, 0, 'VARSHA', 'Survey No 74, B/H Vagheshwar Mahadeev Temple, Vishwkarma Industrail Park, National Highway 8-B, Bhunava Taluka, Gondal Dist, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(58, 'A One Traders', '', '24ADOPS4416K1Z6', NULL, 0, 'Bharat Bhai', 'Maniyar Sheri Na Naake, Mahidharpura, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(59, 'A-Plus Jewel Tools', '9867218949', '27ABPFA8213K1Z3', NULL, 0, '', 'Shop No 8, Navghar Building No J57/58/CHS Ltd,, Poonam Sagar Complex, Mira East, Mumbai Suburn', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(60, 'Aqmar Trading Corp.', '9845305951', '29AAPPB0207R1ZF', NULL, 0, '', '1/1 Hakim Mohammed Cross Lane, Sp Road, Banglore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(61, 'Aradhika General Store', '9732093476', '09CFYPS3727R1Z0', NULL, 0, '', 'P18, Pilot Bandar Road, Navy Nagar, Colaba, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(62, 'ARC Distributors India Pvt Ltd', '2228603349', '27AAGCA9220M1ZF', NULL, 0, '', 'Arc House, Bunglow No 8, Sector No 8, Charkop, Kandivali (West)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(63, 'Arham Chains', '9167170055', '27ACJPJ1261F2ZT', NULL, 0, '', 'Block No 1b 2, 2nd Floor, Shree Bombay Mills Estate, Dataram Lad Marg, Mazgaon, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(64, 'Arham Enterprise', '9322407806', '27AHGPR1492N1ZP', NULL, 0, '', 'Office No 7, Chandresh Villa, Sayunkt Nagar,, Achole Cross Road, Nalasopara, East Dis Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(65, 'Arihant Bearing Centre', '9819593020', '27AHKPD0521G1ZU', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(66, 'Arihant Enterprise', '9820569739', '27AMGPS5254E1ZW', NULL, 0, '', '16 Vireshwar Vihar, Tej Pal Road, Vile Parle (E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(67, 'Arihant International', '9820128371', '27AAAFA6537G1ZM', NULL, 0, '', '2 Fakhri Manzil First Floor, 88/90 Abdul Rehman Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(68, 'Arihant Sai Traders ( Jaipur )', '9351792373', '08AAIPR1561R1ZZ', NULL, 0, '', '26-A, Gopalpuri, Pratap Nagar, Sec-6, Opp Dawai Factory, Bh. Devgiri College, Sanganer Tank, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(69, 'ARNTZ Techsaw Private Limited', '7314051579', '23AALCA4818L1ZI', NULL, 0, '', '1 St Floor, 30 RR Pvt Industrial Area,, Near Indotech Industries Ltd, Sanwer Road, Indore', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(70, 'Arrow Speciality Co.', '24070070', '27AABPG4673Q1Z8', NULL, 0, '', '125/7, Shri Sai Krupa Rd. No.: 24-A,, Sion (West), Mumbai - 400 022', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(71, 'A R Tools Collection', '9821107765', '27BAQPS0727K1Z5', NULL, 0, 'Achintu', '109, 22, 1st Floor, Shaiwala Building, Shaikh Memon Street, Zaveri Bazar, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(72, 'Arun Enterprise', '', '27ASIPD8374N1Z3', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(73, 'Arvind Art Jewellers', '9823040000', '27AANFM5747R1Z8', NULL, 0, '', 'Nikalas Mandir Road, Itwari, Nagpur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(74, 'Arvind Kumar ( URD)', '8449942925', '', NULL, 0, '', '', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(75, 'A S Enterprises', '9820341872', '27AIHPN4146P1ZO', NULL, 0, 'Sandeep Nalawade', '7 Gopal Niwas, Farid Nagar,, Quarry Road, Bhandup, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(76, 'Asgarally Yusufally', '9820786447', '27AAAFA3616J1ZP', NULL, 0, '', 'Dhanji Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(77, 'Ashok Press and Machine Tools', '', '24BCAPS7322E1ZV', NULL, 0, '', '3 Lati Plot Behind Everest Marble, Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(78, 'Ashwin Enterprises', '', '27AABPB7987N1Z4', NULL, 0, '', '402, Saket Building Adarsh Dug Lane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(79, 'Asian Industries', '', '', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(80, 'A to Z Hydraulics & Pneumatics', '8347062853', '24ABBFA0583A2Z6', NULL, 0, '', 'Shop No 8, Neena Fortune, 52 Hector New GIDC, Umbergaon Dist, Valsad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(81, 'A to Z Magnetic Inspection  Assebmbling and Equipments', '9921185348', '27AOCPM0802J1Z7', NULL, 0, '', '3, 194/2, Pandav Nagar, Chakrapani Road, Bhosari, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(82, 'A to Z Magnets Mfg Co.', '', '07AHXPB4085A1ZE', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(83, 'Auto Tools', '9930044421', '27ABIPV8060G1Z8', NULL, 0, '', '502, 5th Floor, Flora Apartment, S N Road, Mulund ( West ), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(84, 'Aven Tools Centre', '9004925222', '27AAAFA0427H1ZZ', NULL, 0, '', '51/53 Dhanji Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(85, 'Avenue Marketing', '', '27BHAPS2299M1ZO', NULL, 0, '', '102, Kalpvruksh, 23 K A S Road, Matunga King Circle, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(86, 'Avinash Cargo Pvt Ltd', '8805797979', '27AAFCA7488L1Z0', NULL, 0, '', 'Plot No P 105 Old Midc', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(87, 'Avon Time', '', '27AAEPG6153A1Z7', NULL, 0, '', '89, Abdul Rehman Street,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(88, 'Azad Stores', '', '27ADTPG8608A1ZI', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(89, 'Azarro Traders', '', '27ADBPV1381M1Z4', NULL, 0, '', 'Shop No 2 , Solicitors Compound, Ransati Road, Malad East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(90, 'Aziz & Sons Button Wala', '9820075961', '07ABDFA2564K1ZF', NULL, 0, '', '5804, Main Road,Sadar Bazaar, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(91, 'Badshah Traders', '9225602289', '27AWEPB3934E1ZW', NULL, 0, '', 'S. No.484/1, Flat No.603, Perl Enclave, E Wing, Kasarwadi, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(92, 'B. A Enterprise (Cash)', '9820262664', '27APTPK7744R1ZN', NULL, 0, '', 'Dombivali (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(93, 'Balaji Enterprise', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(94, 'Balaji Industries ( Rajkot )', '9227253843', '24AFBPJ0348E1Z2', NULL, 0, '', 'Sant Kabir Road, Beside Genewa Dying, Raghuvir Pan Corner, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(95, 'Balaji Traders', '9820046772', '27AAIPU0869M1ZX', NULL, 0, '', 'Office No. 1, 2nd Floor, Gurukripa Building, 33, Kika Street, Gulalwadi, Cts No. 3202, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(96, 'Barun Sanatan Hait', '9819020841', '27ABWPH0067P1ZY', NULL, 0, '', 'A-1-434,, Fourth Floor - A-1, Shah and Nahar Industrial Estate, Sitaram Jadhav Marg, Lower Parel, Delisle Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(97, 'B C Oswal & Co.', '9371011550', '27AACPO4791L1Z6', NULL, 0, '', '324, Raviwar Peth,, Opp Subanshah Darga, Pune.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(98, 'B.D.Jogani and Co', '', '27ACHPJ6723E1ZP', NULL, 0, '', 'Shop N5 Opp Minerva Cinema,, Lamington Road', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(99, 'Beauty Founder', '', '', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(100, 'Best Hardware Mart', '8838172793', '33AOAPK3181N1ZW', NULL, 0, '', '10, Kamaraj Street, Srinivasa Nagar,Padi, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(101, 'Best Trading Company', '9841032098', '33BEBPS0747E1ZS', NULL, 0, 'H Shabbir', 'No 5, Errabalu Chetty Street, Parrys, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(102, 'Better Services Privae Limited', '9930597335', '27AAGCB9410L1ZG', NULL, 0, ' Primary Mobile No.', '350 A to Z Industiral Estate, Ganpatrao Kadam Marg, Lower Parel ( West)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(103, 'BF Jewellery Tools', '9821238607', '27AETPG6522L1Z0', NULL, 0, 'Taher', '5th Floor, Karimji House, 118/120, Abdul Rehman Str, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(104, 'Bhagat and Company', '9820584010', '27AAEFB7702L1ZD', NULL, 0, '', '206, Abdul Rehman Street, Near Crawfort Market,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(105, 'Bhagwati Machine Tools', '9825679880', '24AGBPS8298K1ZP', NULL, 0, '', '4, Patelnagar, 80 Feet Road,, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(106, 'Bhandare Bag House', '9022530026', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(107, 'Bharat Bolts & Engineer Co.', '', '27ACEPS9358R1ZF', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(108, 'Bhoomi Corporation', '9819838994', '27ABDPS4741E1ZO', NULL, 0, '', '901/B Wing, Keslay Building, No 1 Shri Ram Nagar,, S.V Road, Norivali ( West), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(109, 'Big Foot Retail', '', '29AAECB7131Q1Z6', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(110, 'Bikaner Jwellers', '9549831333', '18AAUFB7714L1ZS', NULL, 0, '', '1st Floor Saddam Market, Thane Road, Opp Bharat Pharmacy, Nagaon', 'Assam', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(111, 'Bizcoin Fintech Labs (P) Ltd', '', '07AAICB5550B1Z0', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(112, 'B.L.D Enterprises', '9845030998', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(113, 'Blue Bird Impex', '9820371210', '27AFEPR3336P1ZW', NULL, 0, '', 'Shop No 09, Hem Bhavan, 39/41, Dhanji Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(114, 'Blue Teraa Company', '', '27AAVFB1772B1ZF', NULL, 0, '', '32, Kika Street, Room No 2, 1st Floor,  Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(115, 'B M Trading Co', '9837114525', '27AIYPJ5018K1ZO', NULL, 0, '', 'Yashasvi Chsl, Gorai D 2, Plot No 225, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(116, 'BNL EXPRESS CARGO PRIVATE LIMITED', '', '27AAICB3875D1ZM', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(117, 'Bolzen and Mutter Ind Pvt Ltd', '', '27AAHCB4724C1ZZ', NULL, 0, '', 'Gut No 13, Behind Varroc Corporation M.I.D.C Waluj, Aurangabad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(118, 'BOMBAY JALANDHAR TRANSPORT COMPANY', '', '03AAKFB0481A1Z6', NULL, 0, '', '', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(119, 'Bombay Tools Center ( Vapi)', '8460882030', '26AAGFB5794C1ZG', NULL, 0, NULL, 'Soubhaya INN Hotel,, Shop No 10 116/3/1, Amli Silvassa Vapi Road', 'Dadra & Nagar Haveli and Daman & Diu', '26', 'Shri Sai Parcel Service', 0, 'sales', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-04-01 06:26:31'),
(120, 'Bombay Tools Centre ( Jodhpur )', '9782372360', '08AFPPB2296D1ZH', NULL, 0, 'Anil', 'Behind Rajdadiji Hospital, Ghoda Ka Chowk Road, Jodhpur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(121, 'B P Enterprises', '8655193909', '27AFKPM7354N1ZP', NULL, 0, '', 'Shop No -10, Shree  Mayur Pankh Co-Op Hsg, N.S.B Road, Mulund West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(122, 'Bright Buff Manufacture Co', '9324316556', '27AMTPS1790A1ZQ', NULL, 0, '', 'A/504, Gokul Vrindavan, Sm Cross Road 2,, Iraniwadi, Kandivali (W) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(123, 'B S Trading Co', '9769481949', '27BAOPS5002H1ZK', NULL, 0, '', '22, Siddhraj Chs Ltd, D N Dube Marg, Ratan Nagar, Mumbai, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(124, 'Burhani Alloys and Machinery', '9892698899', '27ANSPB0599A1Z1', NULL, 0, '', '1st Floor, Room No 104, Ramchandra Mahal, Anand, Koliwada Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(125, 'Burhani Tools & Hardware', '9825900822', '24AEIPT1031L1ZI', NULL, 0, '', '2370 Zakaria Masjid, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(126, 'Burhani Traders', '23413488', '27AARFB4529J1Z1', NULL, 0, '', '82/86 V.V Chandan Street, Hari Bhatia Building, Office No 10, 1st Floor, Masjid Bunder, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(127, 'Burhani Traders ( Thane )', '8097136153', '27BDYPB7113B1ZP', NULL, 0, '', 'NEAR TMC HOSPITAL, ROOM 102, 1st FLOOR, KHAIRUN NISA MANZIL, ANAND KOLIWADA, MUMBRA, THANE', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(128, 'Butma Enterprise', '28863360', '27AADPS4174Q1ZY', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(129, 'Cambridge Time Spare', '', '27AAAFC0825B1Z7', NULL, 0, '', '79, Ebrahim Rehmatullah Road,, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(130, 'Carigar Power Tools Private Limited', '7989878828', '36AAJCC4340B1Z3', NULL, 0, '', '7-4-96/@ Survery No 163/P, Gagnpahad Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(131, 'Cash Sales', '9819684355', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(132, 'Cebon Apparel Pvt Ltd', '', '27AAACC2088B1Z2', NULL, 0, '', 'UNIT NO 1 NIRMAN KENDRA,, NIRMAN KENDRA, DR E MOSES ROAD,, MAHALAXMI, MUMBAI,', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(133, 'Central Dental Co', '9820372514', '27AAAFC1177A1Z2', NULL, 0, '', '175 D N Road,, Fort Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(134, 'Chaman Tools Store', '9814138216', '03AADFC4253C1Z6', NULL, 0, '', 'Lal Bazar, Jalandhar City', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(135, 'Chandra & Company ( Trichi )', '9944400700', '33AAMPS6885M1ZQ', NULL, 0, '', '415 Big Bazaar,, Trichi', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(136, 'Chandra Traders ( Ahmedabad )', '9428593600', '24BGKPS5550A1ZJ', NULL, 0, 'Bhavik Shah', 'Lashkari Building Near, Farki Lassi, O/s Delhi Gate, Opp B G Tower, Shahibaug Raod, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(137, 'Chankya International Pvt Ltd', '9136188105', '27AAACC4592Q1Z2', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(138, 'C.M.Enterprise', '9323016100', '27AEIPM3649B1ZK', NULL, 0, '', '129 Narayan Dhuru Street, 2nd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(139, 'Comrade Appliances Pvt. Ltd.', '9833012144', '27AAGCC9056P1ZX', NULL, 0, '', 'Office no 39, Level 1, Deewan Centre ,, S.V Road, Jogeshwari west Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(140, 'Continental Commercial Co.', '8828133808', '27AAQFC3658N1ZP', NULL, 0, 'Yusuf', '1/c 59 Bibijan Street,, Nagdevi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(141, 'CONTINENTAL WAREHOUSING CORPORATION NS LIMITED', '', '27AAACC5849C1ZT', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(142, 'Core Tech Engg.', '9370070621', '27AGOPC3253D1ZO', NULL, 0, '', 'Core Tools, Flat No B202, Platinum Pallazo,, Nr Premlok Park,  Chinchwad, Pune.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(143, 'Cosmos Abrasives', '9820850106', '27AMYPS1101J1ZP', NULL, 0, 'Kaushik Shah', '24, Nagdevi Cross Lane. 1st Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(144, 'Cosmos Jewellery Tools', '9323144258', '27AACPK2092C1Z3', NULL, 0, '', 'Bherumal House, Zaveri Bazar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(145, 'C R Gandhi & Co', '9820103412', '27AAAFC1212G1Z6', NULL, 0, '', '133, Natayun Dhuru Street, Ground Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(146, 'Crystal Polishing Meterial Industries', '9810447208', '09AOXPK6131R1ZW', NULL, 0, '', 'E-172 Kavi Nagar Industrial Area,, Ghaziabad,', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(147, 'Crystal Polyshing Material Industries ( Closed)', '9810447208', '09ADNPK9781A1Z6', NULL, 0, '', 'E-172, Kavi Nagar Indl Estate,, Gazibad - 202 002', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(148, 'Customer', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(149, 'Custom Logics', '9930333885', '27AACCC4488M1Z5', NULL, 0, '', 'Ghatkopar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(150, 'Darshan Jewel Tools Pvt. Ltd.', '9004722728', '27AACCD1551G1ZZ', NULL, 0, '', 'B-12, Giriraj Ind Est, Opp Ahura Centre, Mahakali Caves Road, Andheri (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(151, 'Darshan Tools (Surat)', '7405109335', '24EXCPS4173K1Z3', NULL, 0, '', 'Grouns floor, Sai Nivas, Opp, Dharm Empire, B/H Torrent Power Sub station, Vastadevadi Road, Katargam, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(152, 'Darsh Designs', '9820523482', '27ADJPL0039J1ZJ', NULL, 0, '', 'Gala No 8 Ashta Vinayak Ind, Estate, Vasai Phata,Vasai East', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(153, 'Darshini Enterprises', '9820316366', '27BFAPS5479D1Z7', NULL, 0, '', '2nd Floor, Behind Vijay Sales, C-2-206, Hariom Apar, S V Road, Borivali West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(154, 'Dass Jewellery Tools', '8802488850', '07DSNPD4795P1ZS', NULL, 0, '', '2619 Chhatta Pratap Singh,, Kinari Bazaar, Chandni Chowk, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(155, 'Dawat E Hadiyah', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(156, 'Debit Note Agst Form H', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(157, 'Debkumar Tools Centre', '9167821232', '27CCNPB3424N1ZE', NULL, 0, 'Devu', 'Krushna Saraswati Apt,, 3rd Floor 309 Mumbradevi Colony Road, Diva (E) Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(158, 'Deburring India Private Limited', '9922401408', '27AAICD1657K1ZD', NULL, 0, '', 'Shop No 2, Satyam Industrial Estate, Shiwani Nagar Pokhran Road No 1, Nr Radha Krishna Hotel, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(159, 'Decent Lorry Service', '', '36AABFD8065B1ZQ', NULL, 0, '', '5-5-502, Mozamjahi Market, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(160, 'Delhivery LTD', '', '06AAPCS9575E1ZR', NULL, 0, '', '', 'Haryana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(161, 'Deluxe Electronics and Photos', '', '27AAAPF0699J1ZM', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(162, 'Delux Roadways', '', '07AAAFD0873A1Z2', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(163, 'Deogiri College', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(164, 'Deora Agency', '23448110', '27AFFPD8301R1Z6', NULL, 0, '', 'Shop No 3, Haresh Chamber, 313/319, Samuel Street, Masjid Bunder (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(165, 'Deora and Company', '222346138', '27ADPPD4906N1Z5', NULL, 0, '', 'Shop No 3 Haresh Chember, 313/319 Samul Street, Masjid Bunder (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(166, 'Devansh Enterprises', '8976262897', '27AIOPC1546K1Z4', NULL, 0, '', 'Shop No 4, Ram Nagar, Digha, Navi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(167, 'Dev Enterprise', '9898142738', '24AOLPS0603Q1ZL', NULL, 0, '', 'A/405 SHUKUN RESIDENCY OPP HAIRVILLA BUNGLOW, CHANDODIA ROAD, AHMEDABAD', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(168, 'Dev Funner', '9752609102', '23ECVPR3915Q1ZM', NULL, 0, '', '00, Shiv Nagar Pahari, Kati Ghanti, A B Road, Lashkar, Gwalior', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(169, 'Dg Digital Dental Lab', '', '27AFYPJ8647P1Z4', NULL, 0, '', '5a, Ground Floor, Interlink Industral Estate, Caves Road  Jogeshwari East, Mumbai, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(170, 'Dhana Sree Engg. Works', '7893539223', '36BRIPR1801G1ZW', NULL, 0, '', '6-2-181/68, Akshaya Enclve, Sobana Colony,, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(171, 'Dharm Industries', '9426234471', '24AQNPP0016E1Z8', NULL, 0, '', 'Plot No.23/1/d, Udyog Nagar, G.I.D.C Shanker Tekri, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(172, 'Dhirajlal And Co', '9320079632', '27BHEPS0069M1ZW', NULL, 0, '', 'A/2-29, 4th Floor, Ishwar Bhawan, Rani Sati Marg,, Malad East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(173, 'Dhruvil Enterprise', '9969850822', '27APZPS3565C1Z9', NULL, 0, '', 'Plot Bo 311/301, Mangal Murti, Building Road No 12, Jawahar Nahgar, Goregaon (W) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(174, 'D.H.Shah', '9823033522', '27AAAFD8878K1ZU', NULL, 0, '', '506, Raviwar Peth, Moti Chowk, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(175, 'Dhwani Jewels ( Kutub Sami)', '', '27AABPP8624N1Z6', NULL, 0, 'Nikhil Sureshbhai Parekh', 'B 801 Garden Grove, Phase 2 Kanti Park, Chikuwadi,  Borivali West Mumbai Suburban,', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(176, 'Diamond Pvs Engineering', '9004948041', '27AUJPS4077L1ZV', NULL, 0, '', 'Building No E/18 Flat No A/603, 6th Floor, Yogi Guru Kripa Chsl, Eksar Road, Mumbai, Yogi Nagar, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(177, 'Dilip Enterprises', '9820820918', '27AAEPD4357R1Z9', NULL, 0, '', 'B/15 , Manek Garden  Lane, L.B.S. Marg, Ghatkopar West, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(178, 'Dina Tools Corporation', '9821734331', '27AAKPS9079F1Z0', NULL, 0, '', 'Narayan Dhru Cross Lane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(179, 'Doshi Enterprises', '9819900380', '27AABFD9794R1ZE', NULL, 0, '', '73 Nagdevi Cross Lane, 2nd Floor, Conet House,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(180, 'Drishti Enterprises', '9897086305', '09EYZPK2731K1ZM', NULL, 0, '', '36, Sardhana Road, Mehendi Mohalla,, Kanker Khera Meerut', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(181, 'D. R Sons', '9837639057', '09BFVPK6292M1ZC', NULL, 0, '', '35/56, Lashkarpur, Kamla Nagar, Agra', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(182, 'Dry- Air Technologies', '9943691024', '33AOYPB0427L1ZU', NULL, 0, '', '2/46 S, West Street, Silamalai, Bodinayakanur (TK), Theni Dist,', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(183, 'Duroflex Private  Limited', '', '27AABCD8855E1ZJ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(184, 'Dwarkesh Enterprises', '2223441344', '27AAAFD5544L1ZB', NULL, 0, '', '127, Chakla Street,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(185, 'Dymak Acryplast Industries', '9820244240', '27AEQPM4913C1ZH', NULL, 0, '', '18, Tiwari Ind.Estate, Rammandir Road, Goreoan (W),, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(186, 'Dynamic Tools Pvt Ltd', '9075636585', '36AABCD6280D1ZV', NULL, 0, '', '20 Technocraft Industrial Estate,, Balanagar Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(187, 'Dynosour International', '9999555888', '09AKXPA5123H1Z1', NULL, 0, '', 'Plot No 13, E Block, Kavi Nagar, Industrial Area, Ghaziabad', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(188, 'Eagle Exports', '7016596962', '24AACFE5131A1ZA', NULL, 0, '', 'Furniture Street, Eagle Exports, Near Jilla Garden, Bapunagar, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(189, 'Eagle Industries', '7016596962', '24AABFE8119R1Z2', NULL, 0, '', 'Furniture Street,7/2 New Bapu Nagar,, Near Illa Garden, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(190, 'Eagle Tools Centre', '7016596962', '24AACFE0587A1Z0', NULL, 0, '', 'C/o Eagle Export, Furniture Street,, Bapu Nagar, Nera Jilla Garden,, Rajkot.', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(191, 'Ekta Dies and Machince', '9824293195', '24AIFPR1707A1ZU', NULL, 0, '', 'SHOP NO 3 BOGHANI STEET ANMOL CHEMBER, SONI BAZAR, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(192, 'Electrospark Engineers', '9422009064', '27AADPH2369A1Z5', NULL, 0, '', '12/13, Kumar Ind Estate, 45/2 Shankarshet Road,, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(193, 'Electro Steel Power Transmissions Co.', '9325594938', '27AABFE9161D1ZL', NULL, 0, '', 'Room No 21, 3rd Floor, 94/96/98, Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(194, 'Empire Time Industries', '9891155989', '07AANPP6056G1ZD', NULL, 0, '', 'Plot No 32/4, Dilshad Garden Industrail Area, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(195, 'Encore Hardware Mart', '9601878653', '36BHLPP1906K3ZZ', NULL, 0, '', '', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(196, 'Engineering Tools & Equipments', '7892882508', '29AAAFE4000E1Z4', NULL, 0, '', '123/E,Devraj urs road,johar building, Mysore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(197, 'Esskay Traders Cash', '9821197373', '27ADFPS2861K1Z4', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(198, 'Euro Diamonds Pvt. Ltd.', '9819128461', '27AABCE1722F1Z4', NULL, 1, '', 'Tower- Ii, 704,, 7th, Seepz Plus Plus Tower- Ii Premises Society Ltd., Andheri East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(199, 'Evergreen Paper Box', '9870864800', '27AMTPM4139P1Z4', NULL, 0, '', 'Rno 6A Dharavi Road', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(200, 'Ezzy Tools Centre', '9600192424', '33DJZPS2606K1ZK', NULL, 0, '', 'No 122, Vanniyar Street,, Padi, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(201, 'Ezzy Tools Corporation', '9819684355', '27AAGFE0725J1ZJ', NULL, 0, '', 'Danji, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(202, 'Famous Technologies', '9820310679', '27AKWPK8047P1Z0', NULL, 0, 'Abdulkader Saifuddin Kagalwala', 'D-15, Khandwala Apartment, Vakola Bridge, Near Nariyal Wadi', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(203, 'F.H.Khambati', '', '27AADPK3585H1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(204, 'FIRSTGEAR AUTO TECHNOLOGIES PRIVATE LIMITED', '', '27AAECF8187G1Z9', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(205, 'Flame Proof Equipment P Ltd', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(206, 'Flamingo', '9821252957', '27ADUPS7865G1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(207, 'Florida Engineering Company', '9820622425', '27AABFF8184F1ZB', NULL, 0, '', '70 Mohammed Road, 1st Floor Room No 12', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(208, 'Friends Eng Ind Priv Ltd', '9820101259', '27AABCF5457A1ZX', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(209, 'Ganapathy Enterprise', '1948720077', '33AABFG1780E1ZV', NULL, 0, '', '29/534, Sukrawarpet Street, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(210, 'Gandiva Tools India LLP', '9999950826', '07ABAFG1113H1Z0', NULL, 0, '', 'B-5 Sector-3 Bawana Industrial Area, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(211, 'Gastronics', '9123434724', '27AGCPK5604J1ZG', NULL, 0, '', '106/9, Narayan Dhuru Street, Joshi Building, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(212, 'Gauri Tools Centre', '9352920213', '08BLNPM7394C1ZN', NULL, 0, '', 'Khradiwara Machi Chowk Nagaur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(213, 'Gautam Impex', '9323947784', '27ABAPS9191D1ZF', NULL, 0, '', '1/5, Chandraprabha, Marar Road, Mulund (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(214, 'Gautam Labhdi Enterprises', '9320451454', '27AAGPD1339M1ZP', NULL, 0, 'Urmish Doshi', 'B/203 Shanti Nagar, B Building, Devachand Nagar, 60 Feet Cross Raod,, Bhayander (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(215, 'Gayatri Industries', '', '24AARPN6310R1Z3', NULL, 0, '', 'Mavdi Bye Pass Rd., Opp. Sauashtra Plastic,, Near Dharati Pan,, Mavdi, Rajkot,', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(216, 'G Dass Enterprises', '9810501067', '07AADFG5019Q1Z3', NULL, 0, '', 'L-19 Udyog Nagar Rohtak Road Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(217, 'Gemax Industries', '', '27APTPS0922D1ZQ', NULL, 0, '', 'Saniya Ind Estate, Gala No C/15, Ground Floor, Opp Sagar Hotel, Deodal, Vasai, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27');
INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(218, 'General Tools and Wheels', '9443427152', '33AATFG2537P1ZT', NULL, 0, 'Hakim / Mustafa', '121, Fort Main Road, Shevapet, Salem', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(219, 'General Tools Centre', '', '33AAEFG5745J1ZC', NULL, 0, '', '121, Fort Main Road, Shevapet, Salem', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(220, 'Gidhandas & Sons', '23427085', '27AAAFG2766P1ZY', NULL, 0, '', '39, Sarang Street, 1st Floor,, Kokha Bazaar,, Mumbai - 400 003', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(221, 'Gifts 2 Gifts', '7262863962', '27ABIPR5122K1ZE', NULL, 0, '', 'Vishnu Kant Rathi 27/29, Vanka  Mohalla, 4th Floor, Kolbhat Lane, Dr. MBwelkar Street., Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(222, 'Gigs Fintech Private Limited', '9870594107', '27AAHCG5165E1ZL', NULL, 0, '', '416, Palm Centre Bldg no 3, Link Road,Near Croma D- Mart,, Malad West Mumbai ,', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(223, 'Giriraj Agencies', '23401650', '27AACPS5534R1ZZ', NULL, 0, '', '35 Bibijan Street, Shop No 4 Grd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(224, 'Giriraj Trading Corporation', '', '27AABPS8321H1ZM', NULL, 0, '', 'Shop No 1/2/3, Vaishnvi Dham,, Opp Gundecha Zenith, P.K Road, Mulund (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(225, 'Global Solution', '9892560635', '27CBOPS2386E1Z6', NULL, 0, '', '103, Nitisha Cooperative Housing Society, 53, Turel Pakhadi Road, Mumbai, Near Mother Bakery, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(226, 'Global Threads', '', '27AQQPB0284R1Z8', NULL, 0, '', '19, 5 Floor, 18, Anees Chambers, Lokmanya Tilak Marg, Crawford Market, Fort, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(227, 'Global Tools & Metals', '9840220622', '33AGNPR1175J1Z3', NULL, 0, '', '21/11, Errabalu Chetty Street,, Facing Towards Senbudoss Street, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(228, 'Glowel', '9810100523', '07ACJPN4392F1ZE', NULL, 0, '', '33 / 3185, Beadon Pura Karol Baugh,, New Delhi-5', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(229, 'Gogna Twezer Works', '9988019022', '03AASFG4751E1ZG', NULL, 0, '', 'Plot NO.: 132, Rajput Nagar,, Model House, Jalandhar - 144 003', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(230, 'Golden Precision Products', '9503528925', '27AACCG6543R1ZZ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(231, 'Goldfins Enterprises', '9830375195', '19AIHPA9031C1ZN', NULL, 0, '', 'SMS Ali Street Colootalo Street, Room No 13, 1st Floor, Kolkatta', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(232, 'Gold Side Production', '9428035458', '24AAPFG1880P1ZS', NULL, 0, 'Dilip Kakkad', 'Vavdi Ind Area, Sr.No 21 B/h Satyanarayan Weighbrid, Gondal Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(233, 'GoMechanic', '', '06ABGCS6923C1ZG', NULL, 0, '', '', 'Haryana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(234, 'Goodluck Enterprises', '9323503485', '27BBQPK2600C1Z0', NULL, 0, '', '155/159,  2nd Floor, Minty Manzil, Ggoghari Mohalla Lane, Pydhonie, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(235, 'Goodluck Jewellery Tools and Boxes', '9737969093', '24HDAPS0949J1Z9', NULL, 0, '', 'Grd Floor, 7/2086, Suhel Manzil Lalmaiyan Masjid Rd, Krishna Collection, Rampura, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(236, 'Gorbhanbhai Nathabhai Ghataliya', '9904825288', '', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(237, 'Government Polytechnic Kolhapur', '9370637373', '27AAAGG0710N1ZK', NULL, 0, 'The Principal', 'E Ward Vidhya Nagar, Shivaji university road. Tal.Karvir, Kolhapur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(238, 'Green Star SA Pvt Ltd', '9781987924', '03AAECG4904C1Z9', NULL, 0, 'Amit', '504 A, Dilbagh Nagar Extn.,, Jalandhar.', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(239, 'Greston India Magnets', '', '27AIVPD9608E1ZY', NULL, 0, '', 'Gala No. - 34, Ground Floor, Rashmi Industrial Estate, Navghar, Vasai East, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(240, 'Grow India Crafts', '9997512464', '09AQJPA0520C1ZM', NULL, 0, '', 'Mohalla Luhari Sarai, Luhari Sarai Road, Nagina, Near Police Chowki, Bijnor', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(241, 'Gujarat Goods Service', '', '24AAFFG8339R1ZQ', NULL, 0, '', 'C/p Hanifbhai A Tagara, Karelibaug, Gujrat Transpoart Sarvis, Vadodara', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(242, 'Gulabs', '9829615199', '08ADJPF5075C1ZQ', NULL, 0, '', '', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(243, 'Gupta Enterprise', '9820935343', '27ANGPG9807N1ZG', NULL, 0, 'Rakesh', 'Shop No 13, B Wing,Sai Shivam, Near Shiv Mandir, Amrut Nagar, Talao Road, Bhayandar(E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(244, 'Gurukripa Tools', '9610688825', '08AQIPB0430H1ZD', NULL, 0, '', '4887, Near Shiv Mandir, Math Ka Kuwa,Kgb Ka Rasta, Johari Bazaar, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(245, 'GVS and Company', '9426216435', '24AHGPS8329H1Z1', NULL, 0, '', '10, Mavdi Plot, Near Western Minral, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(246, 'H.A Hardware & Power Tools', '9972188851', '29AQMPA5016A1ZC', NULL, 0, 'Mohammed Bhai', '59/ 1 / 1 , S. P Road, Bangalore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(247, 'Hakeem CLOSED', '9884369812', '33ABRPD6918J1ZE', NULL, 0, 'Shabbir', 'Old No 39 New No 102, Sembudoss Street, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(248, 'HANS TRAVELS I PRIVATE LIMITED', '', '23AACCH6478A1ZV', NULL, 0, '', '', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(249, 'Hardware and Tools Centre', '9011911044', '27AADFH0452L1ZF', NULL, 0, '', 'Loha Oli, Itwari, Nagpur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(250, 'Hari Crystal Shine Pvt Ltd', '', '09AADCH0641J1ZO', NULL, 0, '', 'D-301 Govind Puram, Ghaziabad, Uttar Pradesh', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(251, 'Hari Om Enterpises ( Mumbai )', '9324764294', '27ACKPS5274L1ZU', NULL, 0, '', '33, Govt Shop, Main Baier, Ulhasnagar, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(252, 'Hariom Enterprises', '9867245130', '27AOPPC4042R1ZG', NULL, 0, '', 'EIGHTH FLOOR, FLAT NO. 801, JHALAK LUXARIA, BUILDING, AMBERNATH EAST, Moriwli, Moriwl, Ambarnath', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(253, 'Hari Om Enterprises ( Jaipur )', '9887853052', '08ALFPA4794H1Z0', NULL, 0, '', 'A-34, Sunder Vihar Colony Tonk Road, Sanganer, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(254, 'Harsh Enterprise', '9426216435', '24AHGPS8338E1Z6', NULL, 0, '', '10- Mavdi Plot Near Estern Minerals,, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(255, 'Harsiddhi Enterprise', '1932399889', '27ATMPS0604D1ZU', NULL, 0, 'Parag Shah', '96, Nagdevi x Lane,, 3rd Floor R No 22,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(256, 'Hatim Enterprise', '9029266652', '27AHOPD7937N1ZL', NULL, 0, '', 'Ground 36,101/109, Bai Jenabai Building, Yusuf Meherali Road, Mandvi', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(257, 'Hatim Tools', '9892955843', '27AZFPM9518B1ZC', NULL, 0, 'Shabbir Bhai Bangali', '04,23/25, Prakash Bhavan,, 2nd Agiary Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(258, 'H Doshi Traders', '9987291915', '27AADPD0657K1ZT', NULL, 0, '', '5 C C, Shah Family Trust, Sant Tukaram Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(259, 'Heena Enterprises (Cash)', '9324544613', '27AANPS9000P1ZZ', NULL, 0, '', 'Andheri', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(260, 'Hemal Enterprise ( Cash )', '9821300579', '27ACEPS2664Q1ZU', NULL, 0, '', '203,Ramdev darshan co-op hsg soc,, Panchratna complex, 150 feet road,, Near harshad hieght, Bhayandar west', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(261, 'Hemant Brothers', '9322245587', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(262, 'Hemco Tools Corporation (India)', '9819267819', '27AAAFH1138G1ZS', NULL, 0, '', '38, 1st Floor, Mezanine Floor, Bibijan Street, Mandvi, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(263, 'Hemnav Ventures Private Limited', '9699976833', '27AAACH6616E1ZT', NULL, 0, '', '3rd Floor, Room No 304, Mahavir Building, 44/46, Popatwadi, Kalbadevi Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(264, 'Hetvi International', '9324611864', '27AACPS2445R1Z3', NULL, 0, '', '31/135, Narayan Dhuru Street, 3rd floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(265, 'Hindustan Magnets & Electronic Co.', '', '27AADFH5130R1Z2', NULL, 0, '', '10/B, Mumbai Pune Rd,, Wakdewadi Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(266, 'Hindustan Minerals', '', '', NULL, 0, '', '', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(267, 'Hiral Trading Co', '9892406323', '27AADPS6025Q1Z4', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(268, 'Hi Tech Industries', '9820016415', '27AABPB1627P1ZR', NULL, 0, '', 'Opp Arti Hotel, Chandivali, Sakinaka Andheri (E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(269, 'Hi Tech Precision Tools', '9602744282', '08ABLPD5048F1ZR', NULL, 0, '', 'Shop No B, Guru Kripa Complex,, Near Pinjrapol, Goushalad Sangana, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(270, 'H K Enterprise', '8104969099', '27BOKPS9447G1Z8', NULL, 0, '', 'Room No 5, Gangabali Karan Yadav Chawl, Dhanjiwadi Near Higway, Malad East Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(271, 'H M Enterprises', '9820371210', '27GFQPR8453R1ZY', NULL, 0, '', 'Shop No.40, 39/41, Floor-0, Dhanji Mulji Building, Jakeria Masjid Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(272, 'H M Enterprises Closed', '9820371210', '27AABPR8541G1ZJ', NULL, 0, 'Hakim  / Mustafa', '39/41 Dhanji Street  Hem Bhuvan, Shop No 9, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(273, 'Hobby Craft', '9167600340', '27AXJPM8849H1ZS', NULL, 0, '', '653, Khanu, Ratnagiri', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(274, 'Honesty Engineering Company', '9821365456', '27AAEFH7753B1ZH', NULL, 0, '', '129, Narayan Dhruv Street, 1st Fl.,, Mumbai - 400 003', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(275, 'Horolap International', '9811856100', '07ABFPB2227C1ZG', NULL, 0, '', 'A48/4, Mayapuri Industrial Area, Phase-1,, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(276, 'Hutaib Engineering Co', '9920227415', '27AOOPM3626E1ZU', NULL, 0, '', '1303/1304, Leveta Tower, 64 Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(277, 'Hutaib Jewellery Tools', '9769947201', '27BVAPB8366E1ZP', NULL, 0, '', '59 Nakoda Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(278, 'Ideal Tools Center', '8879172322', '27AGTPD5157C1ZD', NULL, 0, '', '82, Nagdevi x Lane,, 3rd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(279, 'Imadi Fastech', '8197321718', '29AERPA3084K1Z3', NULL, 0, '', '59/1/3, S.P. Road, Bengaluru', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(280, 'Imtex Industries', '9610447325', '08ALJPK0896N2ZD', NULL, 0, '', 'Hall No. 1, First Hall,, It-11, It Park Road, Sitapura Industrial Area, Jaipur, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(281, 'INDCO Tools', '9029031786', '27ADMPL5985E1Z2', NULL, 0, 'Taha', '33/3 Lokhandwala Ind Estate, Vajreshwari Road, Virar', 'Maharashtra', '401305', NULL, 0, 'purchase', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-04-01 07:41:10'),
(282, 'India Bearing and Tools', '9820510235', '24AHUPB5004E1ZS', NULL, 0, '', '30, Globe Shopping Centre, Silvassa Road Gidc Char Rasta, Vapi, Valsad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(283, 'Indian Cab Corporation', '', '27AABFI0779F1ZF', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(284, 'Industrial and Construction Equipment', '9820952651', '27DGWPK6358G1ZN', NULL, 0, '', '10, Ground Floor, Nani Bunglow,, 2nd Hasnabad Lane, Santacruz (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(285, 'Industrial Supplies ( Kalyan)', '', '27BHMPS6265H1ZP', NULL, 0, '', 'Sheetal Complex CHS C-24, Near Manav Kalyan Kendra, SV Road, Behind Bank of Maharashtra, Dahisar  East', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(286, 'Industrial Tools Supply Co(Bang)', '9880016261', '29AABFI0898P1ZM', NULL, 0, 'Mufaddal', 'Banglore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(287, 'International Traders (Drs)', '9076046526', '27AAAFI0671D1ZT', NULL, 0, '', '153, Kaliandas Udyog Bhavan, Prabhadevi', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(288, 'International Watch Trading Co.', '9820290177', '27AAAFI1288C1ZO', NULL, 0, '', 'Bhindi Bazaar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(289, 'Inventa Tools and Technologies', '', '24CWCPB8076R1Z0', NULL, 0, '', 'Plot No 13/3/a, Near A B Machine Tools,, Mavdi Street,-3, Mavdi Main Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(290, 'Invision', '', '27ATLPP9649Q1ZC', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(291, 'Isanctuary Impex Pvt Ltd', '', '27AACCI4406K1ZL', NULL, 0, '', 'Rita Inas Sadan, Ground Floor, Manikpur Naka, Vasai West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(292, 'Jai Ambe Enterprises', '9029710899', '27AKSPP8497N1ZP', NULL, 0, '', '506, Manisha Pride, J.N, Road, Mulund ( West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(293, 'Jai Ambe Gifts & Stationery', '9320482480', '27AGEPA6729Q1ZY', NULL, 0, '', '172 Abdul Rehaman Street, Behind Zaveri Bazar, 1st Flr, Shop No 2, Maharashtra  (INDIA)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(294, 'Jai Bhawani Electric & Hardware', '8452924387', '27FYQPS2547F1ZT', NULL, 0, '', 'Shop No A/10, Samruddhi S.R.A Chs, Majas Wadl, Samarth Nagar,, Jogeshwari (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(295, 'Jainam Enterprise', '9324778538', '27AAKPS3825K1Z7', NULL, 0, '', '67, Nagdevi Street, 2 Nd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(296, 'Jain Enterprises', '9819350332', '27AGLPS7868M1Z7', NULL, 0, '', '202 , lalan building , P. K. Road ,, Near panch rasta , above Ashwini Hospital, Mulund ( W ) , Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(297, 'Jain Trading Company', '9351255808', '08AGRPJ1122B1ZU', NULL, 0, '', '2a, Phool Colony, Miyan Bajaj Ki Gali,, Opp Choudhary Pump, Tonk Road, Sanganer, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(298, 'JAIPUR GOLDEN TRANSPORT CO. PVT. LTD.', '', '27AAACJ4124B1Z6', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(299, 'Jalaram Enterprises', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(300, 'Jalpa Jewellery Impex', '9909909166', '24ABGPA4331F1ZD', NULL, 0, 'Chetanbhai Arvindbhai Adeshra', '55, Sheth Ni Pole, Ratan Pole, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(301, 'Janatha Gems Silver Jewellery', '9895124343', '32AADFJ9716B1ZQ', NULL, 0, '', 'Perumana Main Road Arcade, Kayankulam', 'Kerala', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(302, 'Janhavi Enterprises', '9370673872', '27BZEPK1621D1ZU', NULL, 0, '', 'Juna Mondha Bhavani Nagar, Aurangabad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(303, 'Jariwala Robotics Pvt.Ltd', '8369940932', '27AADCJ1715D1Z0', NULL, 0, '', 'Ground Floor , Gaurav Valley Supermarket, Hatkesh, Near GCC Club, Mira Road East, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(304, 'Jawahar Tools Centre', '', '27AAOFJ1981H1ZZ', NULL, 0, '', 'Shop No 1, Grd Floor, Daginawala Building,, 116 Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(305, 'Jay Ambe Gold Steel Enterprise', '', '24AARFJ1097R1ZI', NULL, 0, '', 'Shed No 1, Near Mama Saheb Temple, Balaji Ind Area, Ravki, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(306, 'Jayantilal & Associates', '', '27AACFJ9009Q1ZT', NULL, 0, '', '38 Bibijaan Street, Nagdevi', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(307, 'Jayantilal & Company', '9831004080', '19AASFJ4550G1ZZ', NULL, 0, '', '', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(308, 'Jay Industries', '', '', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(309, 'Jay Kay Engineering', '9820451251', '27AALPM3622R1Z3', NULL, 0, 'Jignesh', '38, Bibijan Street, 3rd Floor,, R No : 35,, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(310, 'Jay Khodiyar Industries', '9879074051', '24AFVPM3761Q1ZJ', NULL, 0, '', 'Varun Industrial Area Street No 3, Corner, Near Malldhari Railway Crossing', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(311, 'Jaykumars Overseas', '9638500550', '24AVKPP5440L1Z8', NULL, 0, '', 'Rajkot.\"', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(312, 'Jay Shree Steel Corp.', '9324601400', '27AAOFJ7248P1ZE', NULL, 0, '', 'Unity CHS Ltd Shop No 6 St Floor, 12/18 Tawa Lane, Pydhonie, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(313, 'J B Enterprise', '9821314294', '27AACPP3298D1ZM', NULL, 0, '', 'Mulund ( W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(314, 'J . B Traders', '9820047351', '27AGLPS5603G1Z7', NULL, 0, '', 'A1104, Gokul Vrindavan, Irani Wadi Roadno 2, Opp Asian Bakery, Kandivali (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(315, 'JCEX Express (IND) Pvt Ltd', '', '07AADCJ5337K1ZD', NULL, 0, '01-26782135', 'A-103 Street No 3, A-Block Mahipalpur, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(316, 'Jewel Tech Equipments', '9087332277', '33BCRPA9476Q1ZP', NULL, 0, '', 'S.S Complex, 1040/41, Big Bazaar Street,, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(317, 'Jewel Tools International', '', '27AAFHA9004B1ZV', NULL, 0, '', '8/5/8 Mount View, Bhavan Nagar, Andheri', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(318, 'Jewel Tools International (CRS)', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(319, 'Jignesh Enterprises', '9892560635', '27AOJPS0324L1ZP', NULL, 0, '', '46, Nagdevi Street, Ground Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(320, 'Jinesh Enterprise', '7977151060', '27AHNPK4479R1Z8', NULL, 0, '', '404/B, Vasant Vaibhav, 150 Feet Road, Near Flyover Bridge, Bhayander', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(321, 'Jipsy Metal Industries', '9824220550', '24AAOPP1213G1ZZ', NULL, 0, '', 'Shakti Bhuvan Near Haribhai Dispensary, Gulabnagar, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(322, 'Jitendra Hardware Mart', '9820120243', '27AAIPS7704B1ZQ', NULL, 0, '', 'Shop No 9, Kalyan Opp Mg Road, Kandiwali ( West ), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(323, 'J K Bearing Husain', '9880647758', '', NULL, 0, '', '', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(324, 'J.K.Engineering Diamond Works', '9869482514', '27AAAFJ1549H1ZH', NULL, 0, '', '408, Jivraj Niwas, L B S Marg, Kurla West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(325, 'J.K.Enterprises', '40023533', '27AGAPM5144R1ZX', NULL, 0, '', '103/a Nadia Apartment 10th Road T P S 3, Santacruz (East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(326, 'J. K Enterprises ( Kandiwali)', '9820159045', '27AEUPD3899J1ZO', NULL, 0, '', 'Kandiwali', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(327, 'J. M. International', '9320123115', '27AFFPD3249A1Z0', NULL, 0, 'Manish', 'Building No B-4, Flat No 06,, Shri Punit Nagar, Plot No 3, S.V Road, Borivali (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(328, 'Jobby Engineers Pvt Ltd', '9893263875', '23AAACJ5497K1Z9', NULL, 0, '', 'No 307/309 Akridi Hights Kaccha Roadbina', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(329, 'Johnson Chetna Jewellery tools', '8949588545', '08ABVPS9540D1Z1', NULL, 0, '', 'GHODO KA CHOWK, WORKS KE PASS,, JODHPUR', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(330, 'Jolly Enterprise', '9819816307', '27ALGPM3471L1ZQ', NULL, 0, '', 'B16 Shivsagar, Garodia Nagar, Ghatkopar East', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(331, 'Jullandar Surgical Works', '9814062533', '03AASPM2601H1ZY', NULL, 0, '', 'C-93, Sports and Surgical Complex,, KTP Road, Jullandhar.', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(332, 'Jv Gift Basket', '', '27AKFPD2078N2ZW', NULL, 0, '', 'Shop No. 32, Shimpoli Bmc Market, Shimpoli Road, Mumbai, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(333, 'Kalash Star', '7738260685', '27AARFK3349R1ZC', NULL, 0, '', 'Gala No. 220, 2nd Floor, Nitin Industrial Estate, Suhasani Pawaskar Road, Dahisar East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(334, 'Kalika Tools', '8800160244', '07AOLPJ6544B1Z1', NULL, 0, '', 'Wz 346b Ground Floor Baraina Village, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(335, 'Kalyan Jewellers India Ltd', '8591621019', '19AADCK6079K1ZY', NULL, 0, '', 'Kolkatta', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(336, 'Kamal Tools', '9391025437', '36AANPP8675R1ZC', NULL, 0, '', '14-4-322, Opp. Seven heaven hotel,, Begum Bazar, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(337, 'Kamal Tools Centre', '9247712770', '36AEJPP6674A1ZC', NULL, 0, '', 'Opp. Badd Ka Jhad Hanuman Mandir, Ghansi Bazaar,, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(338, 'Kamruddin Adamjee & Co.', '0223739620', '27AAAFK7525L1Z3', NULL, 0, 'Kamruddin', '135, Ebrahim Rehmatullah Road, Bhendi, Bazar,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(339, 'Karpagam Tools', '9894095917', '33AACFK3989L1ZW', NULL, 0, '', 'No 80/267, Thiyagi Kumaran Street, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(340, 'Kartikeya Enterprises', '8450933955', '27APLPK2280E1ZX', NULL, 0, '', 'A-5, O N G C Employees Chs Ltd Sagar Kiran, Navghar Road, Mira Bhayandar, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(341, 'Keval Industries', '9228140066', '24CBSPV4538F1Z5', NULL, 0, '', 'Survey No 18, Paikki 2 Plot No 6 Paikel, Sharmagold Ind Estate-2, Rajpar at-Rajpar, Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(342, 'Keval Trading Corporation', '9320001145', '27AABPJ0149C1ZB', NULL, 0, '', '11 rustomjee Adarsh Regency, adarsh Complex, Off. Marve road.malad West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(343, 'Khambati Jewellery Tools', '9149714353', '27AANFK5644H1ZZ', NULL, 0, '', '45 Dhanji Street Near Mumbadevi Temple,, Pydhonie, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(344, 'Khambati Tools Centre (DRS)', '9821150149', '27AACPK2094E1ZX', NULL, 0, 'Faiyaz Khambati', 'Shop No 5, Motiwala Building,45 3rd Agiary Lane, Behind Bank of India, Zaveri Bazar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(345, 'Khambati Tools Collection', '9967066884', '27AALFK1282H1Z7', NULL, 0, '', '139, Lohar Chawl, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(346, 'Khambati Traders', '9821155034', '27ACWPK6333L1ZW', NULL, 0, '', '14-15, Kedia Shopping Centre,, Near Jain Dughdhalaya Opp Railway Station Malad (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(347, 'Khatri Packaging', '9300458887', '23AHMPK2598J1ZX', NULL, 0, '', '25, Shree Ganga Complex,, Dhan Gali, Indore', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(348, 'Khazana Jewellery Pvt Ltd.', '', '27AAACK2564Q1Z2', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(349, 'King Tools Centre LLP', '2223449664', '27AARFK6397H1ZJ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(350, 'Kinjal Enterprise', '', '24AAUFK5457D1Z3', NULL, 0, '', 'Shed No 24, Giriraj Esate, Loha Nagar, Gondal Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(351, 'Kinjal Enterprise ( Mumbai)', '9819599721', '27BIOPS1253C1Z8', NULL, 0, '', 'G 103 Plot No.231,232,233, 1st Floor, Raichand Bhavan, Everest Nagar, Ghansoli, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(352, 'Kohinoor Electrical and Hardware Stores', '9820389830', '27AVGPC1792A1ZZ', NULL, 0, '', 'House No 366, Kumbhivali Village, Gala No 1 and 2, Kumbhivali Village, Raigad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(353, 'K P Sales Corp', '9820268900', '27AACPS1384H1ZK', NULL, 0, '', '98, Narayan Dhuru Street,, 3rd Floor, K.K Arcade, Office No : 307,, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(354, 'Kraftix Digital Private Limited', '', '19AAFCK5909A1ZO', NULL, 0, '', '', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(355, 'Krish Enterprises (Cash)', '', '27AGSPM9859K1Z7', NULL, 0, '', 'Mobile 9833766418', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(356, 'Krish International', '2223449109', '27AABPA0730G1ZH', NULL, 0, '', '8/16 Banda House, Shop No 4, Narayan Dhuru x Lane,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(357, 'Krishna Industries', '9328657594', '24AVHPT6190L1ZY', NULL, 0, '', '5-Lati Plot, Near Microwave Station, Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(358, 'Kristeel Shinwa Ind LTD.', '9892230882', '26AAACK4226H1ZS', NULL, 0, '', 'Krislon House, 47 Government Industrial Estate, Masat, Silvasa', 'Dadra & Nagar Haveli and Daman & Diu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(359, 'K R K Jewellery Tools', '9994567487', '33AFZPR5202H1Z6', NULL, 0, '', 'No 76/28, Opp Perumal Kovli,, Villupuram', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(360, 'K S B International', '9810058705', '07AAMPB1995P1Z3', NULL, 0, '', 'E2 / 47, Shastri Nagar, P.O.Box,, Ashok Vihar,, New Delhi.', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(361, 'K S B Metalex Corporation', '9810067678', '07AGPPB4858A2ZI', NULL, 0, '', 'B-5 Sector 3, Bawana Industrail Area,, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(362, 'K.Tools  Centre', '9819913561', '27BEIPS8282R1Z9', NULL, 0, '', 'B G 5, New Shri C H S, Sector 8 Khanda Colony, New Panvel, Raigad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(363, 'Kuber Tools Center', '9963656607', '37BCWPR0011H1ZH', NULL, 0, '', '27-14-62, Shop No : 2, Opp Ok Silks, Rajagopalachari Road, Governer Peth, Vijayawada-2', 'Andhra Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(364, 'Lagu Bandhu Motiwale Pvt Ltd', '9769453797', '27AAACL0079M1ZB', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(365, 'Lakhani Goldsmith Tools Machinery and Die', '9376670700', '24AAPPL0980R1ZZ', NULL, 0, 'Imran Bhai', 'Soni Bazaar Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(366, 'Lakhani Traders', '9376670700', '24ABDPL5834H1ZR', NULL, 0, 'Imran Bhai', '8, Murlidhar Complex, Old, Gadhiwas, Soni Bazaar, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(367, 'Laxmi Sales Services', '9821112508', '27AAIPT0929R1ZV', NULL, 0, '', 'Room No 9, Kailash Apt, Kaivalyadhan Chs, Near Old Rto Office, Kalyan, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(368, 'Laxmi Stores', '9007463317', '19ADRPB3177H1ZA', NULL, 0, '', '37 Garanahata Street, Kolkatta', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(369, 'Laxmi Wooden Finish', '9426719329', '24AQCPS4975N1Z5', NULL, 0, 'Ashwinbhai', 'Kishan Chamber, 5/6 Atika Ind Aria, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(370, 'Leena Corporation', '9604447395', '27AUNPP0395A1ZK', NULL, 0, 'Ramesh Pawar', 'S.S. 3 Room No 347, Sector-18 Koparkhairane,, Navi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(371, 'Lite Kiran', '', '27AAAFL1366N1Z3', NULL, 0, '', 'Shop No 8, Ground Floor,, Harharwala Building No 2, Sagar Bhavan,, Lohar Chawl, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(372, 'Lithium Leather Enterprise', '9051569588', '19ATDPD8854D1ZN', NULL, 0, '', 'B/4/h/15, Ram Mohan Mallick Garden Lane, Kolkata', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(373, 'Lookman and Sons', '9552520914', '27AABFL0317Q1Z7', NULL, 0, '', '3-3-15, Burhani Street, City Chowk, Aurangabad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(374, 'Lucky Hardware', '9820133152', '27AABFL6063H1ZB', NULL, 0, '', 'Savitry Sadan Room No 5, Navghar Road, Vasai (East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(375, 'Lucky Keychain and Gifts Novelty', '', '27AKSPG0407H1Z9', NULL, 0, '', '154 Group Floor, Abdul Rehman Street,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(376, 'Lucky Machine Tools', '9820133152', '27AACFL2179F1ZD', NULL, 0, '', '64, Mohammedaly Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(377, 'Lucky Surgical Works ( Crs)', '9530903430', '03AJXPK9169L1ZA', NULL, 0, '', '374, Basti Sheikh (Nr. Ghas Mandi), Jalandar - 144 003', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(378, 'Lucky Trading Co.', '9463687601', '03ASRPK0002B1ZL', NULL, 0, '', 'Street No 3, Plot No 3, New Hargobind Colony, Baba Bankhandi Road,, Basti Sheikh, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(379, 'Luxury Jewelery ( India ) Pvt. Ltd.', '8850089962', '27AAGCI6554C1ZL', NULL, 1, '', 'Unit # 301, Block # 1, Seepz ++, Andheri (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(380, 'Madhav Tools Corp', '9825679880', '24BBLPS2585K1Z2', NULL, 0, '', '2 New Bapu Nagar, Plot No 5-A, Jilla Garden Road, Vala Rama Wadi, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(381, 'Madhu Tools Centre', '9994454947', '33AVHPB6789P1ZW', NULL, 0, '', 'No 999 Big Bazaar Street, Opp Vasavi Hospitals, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(382, 'Maestro Computers', '9820177952', '27AJNPB5174E1Z9', NULL, 0, 'Mufaddal Bharmal', '20-48 Jay Mahal Estate, 2nd Floor, Shop No 9, Lohar Chawl, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(383, 'Magnet & Electronic (India)', '', '07AADPG4882D1ZW', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(384, 'Magneticks', '', '27FREPS2017H1ZQ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(385, 'Mahalaxami Steel Centre', '9833260429', '27AYJPG0067C2ZR', NULL, 0, '', '160/162, Ganjawala Building, 2nd Floor, Room No 20, 3rd Kumbharwada Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(386, 'Mahalaxmi Bangles', '8433853481', '27BVZPJ6622C2Z8', NULL, 0, '', 'Unit No. 207,, 2nd Floor, Navyug Industrial Estate, Tokershi Jivraj Marg, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(387, 'Mahalaxmi Steel Corporation', '8080636268', '27ABSPP9423B1ZD', NULL, 0, NULL, 'Vishwakarma Nagar Phase II, 101, A Wing, Building No2, 100 Feet Road Vasai (W)', 'Maharashtra', '401202', NULL, 0, 'sales', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-04-01 11:33:09'),
(388, 'Maharashtra Jewellery Tools', '9820047830', '27ABFFM3420L1Z8', NULL, 0, 'Shamshuddin Bhai', '39-41 Dhanji Street, Hem Bhavan Shop 3, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(389, 'Mahavir Export Corporation', '2812360035', '24AKCPC9963C1ZE', NULL, 0, '', '10, Mavdi Plot,, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(390, 'Mahavir Impex ( Dr)', '9321493174', '27AAJHR6539Q1Z5', NULL, 0, '', 'Girikunj Ind Est. Premises,, Opp Mahakali Caves, Andheri (E),, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(391, 'Mahavir Stores', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(392, 'Manek Ojarwala', '9537783797', '24ASUPM8571A1ZG', NULL, 0, '', 'Sankdi Sheri Naka, Manekchowk, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(393, 'Manibhadra', '9489610848', '33AIYPJ4171D2Z5', NULL, 0, '', '185/2A, Subbaya Street,, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(394, 'Manibhadra Tools', '9920799954', '27AATHM9403N1ZD', NULL, 0, '', 'Floor No 2, Flat No 112/27, Paperwala Chs, Vv Chandan Street, Masjid Bander West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(395, 'Manmohan Tools Centre', '7874943119', '24AIPPR7971J1ZF', NULL, 0, '', 'B/5, Parvatinagar, Bh Lalbhai Ni Chawl, Thakkarbapanagar, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(396, 'Manthan Enterprise', '9082344545', '27ATKPP1130H1ZS', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(397, 'Mariya Distributors', '9870062873', '32AKZPP2560R2Z6', NULL, 0, '', 'F-18 4th Floor, Penta Menaka, Shanmugham Road, Ernakulam', 'Kerala', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(398, 'Maru Enterprises', '8080085360', '27BEYPM1253E1Z9', NULL, 0, '', 'E/501, Pushp Heritage CHS, Near HDFC Bank Mahavir Nagar, Kandiwali ( W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(399, 'Marvel Enterprises', '8291591049', '27CFLPG8090Q1ZJ', NULL, 0, '', 'Grd 51, Burhani Building, Sarang Street,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(400, 'Master and Company', '9820655077', '27AAHFM5319F1ZB', NULL, 0, ' Primary Mobile No.', '11/12 Lehri Building, 278, S.V P Road, Near Khetwad, 4th Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(401, 'Master Packaging Solutions', '9699074326', '27BASPK6875L1ZO', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(402, 'Mauli Jewellery Tools', '9920681474', '27BAMPP9552K1ZV', NULL, 0, '', 'Room No 23, A Wing 2nd Floor Ashoke Shop Centre,, Navghar Road, Near Mahadev Mandir,, Bhauander(E) Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(403, 'Max Technology India', '', '27ADGPR7453R1ZK', NULL, 0, '', 'Plot No.537-325, Dakiwali Wada, Wada, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(404, 'Max Techno Solutions', '', '27AATPR2132B1ZS', NULL, 0, '', 'A Janardhan Building, Room No 9 Proctor Rd, Grand Road (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(405, 'Mayur Enterprises', '8149732758', '27ANIPS9830M1Z5', NULL, 0, '', 'Mukesh Apartments, B/4046 Opp Viva Collage, Virar (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(406, 'Mbmg Diamonds Private Limited', '', '27AAFCM5904R1ZV', NULL, 0, '', 'Plot No 44-45, Street Number 14, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(407, 'M.D.International', '9833752709', '27AEBPD8476L1Z4', NULL, 0, '', 'Office No 9, Ground Floor , Building No 7 A Wing, Om Kalpataru Chg, M.I.D.C Road No 7, Opp Akruti, Trade Centre, Marol Andheri (East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(408, 'Medallion Synergies Pvt Ltd', '9810058705', '07AANCM5528M1ZV', NULL, 0, '', 'C-27 Ground Floor Lawrence Road Industrial Area, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(409, 'Medensco', '2222625460', '27AACPB3160A1ZL', NULL, 0, '', 'Terminus View, 2nd Floor,167, D.N Road, Fort , Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(410, 'Mehta Brothers', '9820092052', '27AFHPM2946M1ZY', NULL, 0, '', '4_4/A B Wing Kailas Esplade, Opp Shreyas Cinama,, L.B.S Road Ghatkoper (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(411, 'Mehta Enterprises', '9821171608', '27AEMPM8065M1ZP', NULL, 0, '', 'D-G-1, Tirthankar Darshan, Bhayander ( West)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(412, 'Mesh World Eco Pvt Ltd', '9768756643', '27AAGCM8628M1ZT', NULL, 0, '', 'Nasik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(413, 'Metalia and Co', '9820715517', '27AHHPG2776P1ZQ', NULL, 0, '', 'A 14, Patel Shopping Centre, Chandavarkar Road, Borivali West, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(414, 'Metro Tools Corporation', '', '27AEYPP4023Q1ZK', NULL, 0, '', '171, Nagdevi Street,, 2nd. Floor,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(415, 'Mgm Traders', '9819631307', '27AAEPM2638Q1Z6', NULL, 0, '', 'G940, 9th Floor, Om Sagarpark Co-Op Hsg. Soc. Ltd., Amrutnagar, Ghatkopar West, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(416, 'Microtech', '8806144881', '27AHYPB8704F1Z3', NULL, 0, '', 'Unit No A-12, Bldg No.1, S No 91, H No 5/2  6a, Om Industrial Estate, Near Mitul Ind Est, Sativali Road, Vasai East, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(417, 'Miit corporation', '9820293202', '27ABJPJ7385F1ZB', NULL, 0, '', '96, Narayan Dhuru Street, 3 Rd Floor', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(418, 'M I K Dental', '9833400664', '27ABDFM5002C1ZV', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(419, 'Minesh Traders', '9228105001', '24ABWPL4742R1ZQ', NULL, 0, '', 'Sheth Ni Pole Ratan Pole, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(420, 'Mittal Applianes Ltd ( Cash)', '9004775205', '23AABCM1903A1ZF', NULL, 0, '', '', 'Dadra & Nagar Haveli and Daman & Diu', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(421, 'Mittal Coin Pvt Ltd', '', '23AAICM9813G1ZF', NULL, 0, '', 'Plot No 76A/B/C Sector 3,, Industrail Area, Pithamur Dist, Dhar', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(422, 'Mittal Mill and Hardware Store', '9719116020', '09AASPM7868A1Z5', NULL, 0, '', 'Main Road, Kabari Bazaar, Meerut City', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(423, 'Mk Auto & Bearings', '9323767650', '27AFEPG7343D1ZP', NULL, 0, '', '103, Ramkrishna App, Chheda Road, Kalyan, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(424, 'M K International', '2223452816', '27CGNPS0595K1ZL', NULL, 0, '', '6-10 Batul Building Shop No 30, Ground Floor, Opp Mahavir Lock Mart, Mirza Street Off Andul Rehman Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(425, 'M K Trading', '9619019016', '27BQGPS2242M1ZG', NULL, 0, '', '6/10, Batul Building , Godown No 6, 1st Floor,, Near Mahavir Lock Mart', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(426, 'M.M.M. Buxabhoy & Co', '', '27AACFM0148B1ZV', NULL, 0, '', '144 Sarang Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(427, 'M M Sales', '9371153142', '27ABQPH6257B1ZL', NULL, 0, '', 'D-203, Shri Mangalam Aprt, New Petro Pump, Barampur, Vasai W', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(428, 'Modern Fitting Stores', '9773582418', '27AAAPU5816G1ZL', NULL, 0, 'Imran', '302 Adamji Building 3rd Floor,, 413 Narshi Natha Street, Masjid', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27');
INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(429, 'Modern Jewellery Tools', '7899932151', '29AALFM5210H1Z9', NULL, 0, '', '10 & 11 Prakruthi Building Sho No 1, Siddanna Lane Nagarthpet Cross, Bengaluru', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(430, 'Modern Leather Bags', '8879529622', '27AAAPU6305Q1Z6', NULL, 0, '', '302, Adamji Building 3rd Floor, 413,, Narshi Natha Street, Masjid', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(431, 'Modern Tools Store', '7307304596', '03CLQPS7959P1ZT', NULL, 0, '', '01 Darshani Gate, Patiala', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(432, 'Modi Hardware Stores', '9923427860', '27AAPFM2117B1ZL', NULL, 0, '', '906, Budhwar Peth, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(433, 'Mohamadi Hardware and Engineering Stores', '9892030030', '27ABCFM6618F1ZA', NULL, 0, '', '59, Mohammedali Road, Lotus Building, 1st Floor, Room No 7, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(434, 'Mohammed Shadab Shaikh', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(435, 'Mohandas Parmanand Sof Fdr', '9833687183', '27AAAFM9942R1ZG', NULL, 0, '', '46, Bibijan Street, Ground Floor, Mumbai 3', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(436, 'Mohandas & Sons', '', '27AAAFM1588M1ZW', NULL, 0, '', '63, Ground Floor, Nagdevi Cross Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(437, 'Mohanlal Ghanshamdas', '9821210405', '27AABFM0050D1ZZ', NULL, 0, '', '74, Nagdevi Cross Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(438, 'Mohini Organics Pvt Ltd', '', '27AAACM3174G1ZL', NULL, 0, '', 'Mahavir Ind Estate, Ramchandra Lane Extn, Kachpada Malad West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(439, 'Moiz Traders', '9820133147', '27AABPK7330G1ZX', NULL, 0, '', '20, Srang Street, 2nd Floor,, Mumbai - 400 003', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(440, 'Moon Machinery Mart', '9821018849', '27AAAFM3647B1ZN', NULL, 0, 'Ashish', '68, Simla House, E Wing Ground Floor, Neapean Sea, Near P.D Park Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(441, 'Moonwin Tools', '', '27AAZPS0402R1ZV', NULL, 0, '', '116 Narayan Dhuru Street, 1st Floor Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(442, 'Moti Tools Center', '9561943929', '27ARVPM0860A1ZR', NULL, 0, '', 'Raja Bhavan, Patil Wada, Near, Laxmikedar, Pagad, Band Lane, Sarafa Bazaar, Nashik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(443, 'M R International', '', '07ADEPR5516K1ZA', NULL, 0, '', '1570 Pataudi House, Darya Gunj, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(444, 'M. Sakshi International', '9820828148', '27AEFPJ1253B1Z2', NULL, 0, 'Bunty', '19/21 Taheer Building, 3rd Floor Agiyari Lane, Nasta Gali, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(445, 'M/s Jenil Syndicate', '9324871200', '27ANHPS7740R1ZZ', NULL, 0, '', '701/7, Satguru Supreme Chsl, Valji Ladha Road, Mulund West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(446, 'M S Sales Corporation', '8657225092', '29BHYPC7217H1ZV', NULL, 0, '', 'No 4/01, K.S. Lane , SJP Road Cross,, BAngalore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(447, 'M/s Ssr Services', '9869976471', '27AFVPN0656H1ZZ', NULL, 0, '', '1 5, Jai Maharashtra Chawl, Baba Ambedkar Ngr, N S S Road, Asalpha Vlg, Mumbai, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(448, 'M/s Vardhaman Corporation', '9821325421', '27AAGPM9844A1ZN', NULL, 0, '', '103/3/c, Ground Floor, Parivar Co-Op Hsg Soc, Ramabai Wadi, S.L Road, Mulund West, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(449, 'Mtc Trading Company', '9829020875', '08ABAFM4310J1ZI', NULL, 0, '', '32/163,Sec-3,, Pratap Nagar,, Sanganer, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(450, 'Mufaddal Arts', '9769165312', '27ANAPT0287D1Z2', NULL, 0, '', '75, Flat No.12, 5th Floor, Crown Building, Sarang Street, Mumbai, Crawford Market, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(451, 'Mukesh and Co', '9821080566', '27AVKPS3032K2Z8', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(452, 'Mukesh Enterprise', '9426980906', '24AQSPS8111L1Z9', NULL, 0, '', 'Shop No 3 Ground Floor, Noble Arced, Diwan Para Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(453, 'Mulchand R Shah', '9820094653', '27AACFM0165G1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(454, 'Multi Trade Link', '9042316811', '', NULL, 0, '', '', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(455, 'Munisuvrata Enterprise', '9820351910', '27AAGPS5572H1ZA', NULL, 0, '', '21, V T Niwas, Jain Mandir Road, Daulat Nagar, Borivali East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(456, 'NAC Jewellery Pvt Ltd', '', '33AACCN8833F1ZJ', NULL, 0, '', '044 43991666, CHENNAI', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(457, 'Nakoda Traders', '9425056366', '23ADSPS8188A1Z4', NULL, 0, 'Ravish A Jain', '25 Dhangali, Indore M P', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(458, 'National Goods Carrier', '9312534606', '07BBIPS5626J2Z6', NULL, 0, '', 'Shop No 3, Angoori Bagh,, Near Red Fort, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(459, 'National Surgical Industries', '9814665860', '03AAAFN7394Q1ZP', NULL, 0, '', 'Basi Shaikh, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(460, 'National Tools Industries', '9892939735', '27ACBPS6235L1Z8', NULL, 0, ' Primary Mobile No.', 'E-1501, 15th, Poonam Cluster 1 Chs Ltd, Shanti Park Om Shanti Chowk, Mira Road East, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(461, 'National Trading Company', '', '27ADIPG3455E1ZQ', NULL, 0, '', 'Bulid No 19/A, Gala No 15/16/17, Hari Har Compound, Mankolinaka, Bhiwandi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(462, 'Navbharat Carbon Company', '', '27AAAFN3943P1ZU', NULL, 0, '', '44/46 Popatwadi Ground Floor,, Mahavir Building, Kalbadevi Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(463, 'Navin Enterprises', '9820999253', '27ACPPM8827J2ZT', NULL, 0, '', 'Krishna Cotton Press Godown No 11,, Next to Krypton Tower,, Sewri (W) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(464, 'Navketan Enterprise', '9920799954', '27AABPM3617N1ZI', NULL, 0, '', '112 VV Chandan Street,, R No 27 2nd Floor,', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(465, 'Nayan Enterprises', '9821187678', '27AAOPS5854L1ZS', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(466, 'N.D.K Enterprise', '9821645665', '27AAEPS2869P1ZT', NULL, 0, '', '77/79, Nagdevi Cross Lane,105, Patel House1 1st Flr, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(467, 'Neelam Corporation', '9825074616', '24ACMPM5269P1ZT', NULL, 0, '', 'Survey No 169, Plot No 9, Behind Imperal Technocast, Shapar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(468, 'Neetaa Oversees', '', '27ACIPT2887L1ZQ', NULL, 0, '', '1d/503, Building No 1d Hig, Mhada S No Cts 1, Laxmi Nagar, Near Canara Engg, Ghatkopar East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(469, 'Neeta Optical Gallery', '8080503145', '27AQOPS7443R1ZM', NULL, 0, '', 'Sec 10, Shop 10, Shanti Nagar, Mira Road, Building 6/8, Thane ( East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(470, 'New Bombay Tools Centre', '9940177997', '33ACVPB6780D2ZI', NULL, 0, '', 'No 1 of 1 and 3 of 2 Middle Unit, Krishnappa Maistry Street, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(471, 'New Era Transport Pvt Limited', '', '27AAHCN9245Q1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(472, 'New Jodhpur Tools Centre', '9887795951', '08BOGPS9633N1Z1', NULL, 0, 'Nitin Soni', 'Sonarow Ka Bass, Jodhpur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(473, 'New Kolkata Tools ( Secunderabad )', '9966653769', '36ACFPH7816Q1Z1', NULL, 0, '', 'Shop No 94, 1.5.207, Beside Chikoti Complex, Transformer Kalasigwala, Secunderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(474, 'Newlite Agency', '2223471878', '27AALFM4268K1ZQ', NULL, 0, '', '160/162 Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(475, 'New Mayuri Tools', '9841810423', '33AAFPI8040R1ZE', NULL, 0, '', '1 Husain Saheb Street,, Edapalayam, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(476, 'New Rajumani Transport', '', '27AAEFN8402F1ZF', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(477, 'New Shri Lakshmi and Co', '9345101316', '33AAJPU6108J1ZH', NULL, 0, '', '98 Big Chetti street, Trichipalli, Trichi', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(478, 'New Tech Manufacturng Co', '9825021642', '24AFHPS6549A2ZF', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(479, 'New Trade Enter', '9869554371', '27ARUPS2631N1ZY', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(480, 'Nickunj Eximp Enterprises P Ltd. ( Dr)', '9167033040', '27AABCN0991K1Z7', NULL, 0, '', 'Sri Joravar Bhavan, 93 Maharshi Karve Road, Marine Lines,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(481, 'Nilkanth Enterprise', '9924488096', '24ARUPV1822G1ZH', NULL, 0, '', 'Survey No 46/1, Plot No 12, B/h Krimisha Enterprise, 50 Feet Road, Vavdi Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(482, 'Nippo Enterprises', '9821281783', '27ACKPS7696C1ZZ', NULL, 0, '', '6 Vidiya Vihar Building,, Mulund (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(483, 'Nitco Logistics Pvt Ltd', '', '27AAACN6345A2ZS', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(484, 'Nitin Industries', '9825586462', '24BSSPV7069P1ZE', NULL, 0, '', 'Shakti Complex, 1st Floor, Officeno ,, Citysurvey No 1745 P, Shit No 188. Shakti Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(485, 'Nitin Works', '2822220963', '24ABUPV1922B1ZN', NULL, 0, '', 'K-7/71, G.I.D.C. Estate, Shanala Rd.,, Morbi - 363 641', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(486, 'Nk Hearwell Solution', '9167545222', '27AMGPS9701A1Z4', NULL, 0, '', 'B-302, Riddhi Park, MIDC Road, Cholegaon, Thakurli', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(487, 'N K Traders', '9820263900', '27AAEPS6458E1ZF', NULL, 0, '', '98, N.B Street, 3rd Floor,, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(488, 'Noble Enterprise', '9867353350', '27ALGPM3548J1ZS', NULL, 0, '', 'A/4 Arihant Building Opp, Damodarwadi, Shoke Road Kandivali Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(489, 'Noorani General Store', '9724865252', '24AAIPH3467J1ZM', NULL, 0, 'Murtja Jafarji Hajiwala', '1, Sharaf Bazaar , Near Minara Masjid,, Bhuj Kachchh', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(490, 'Noor Handicrafts', '9149264827', '09AGEPA3442N1ZE', NULL, 0, '', 'Near Police, Moh, Lahari Sarai, Nagina, Bijnor', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(491, 'N V Traders', '9892087258', '27BFDPS6000P1Z4', NULL, 0, '', 'Malad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(492, 'N.Y.S. Corporation', '7041378413', '24DCUPS5909F1Z2', NULL, 0, '', 'G-2, Second, Jilani Apartment, Raza Stree Udhi Wada, Junagadh', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(493, 'Ohasban India', '0651111112', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(494, 'Omega Tools India', '8506852595', '07BSEPG1851N1ZL', NULL, 0, '', 'B-23/A, LAXMI PARK, NANGLOI, NEW DELHI', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(495, 'Omkar Electronics', '', '27AMAPP4930E1Z8', NULL, 0, '', 'B/225, Saroj Mahal Chs Ltd, Samta Nagar Ambadi Road, Vasai West, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(496, 'Om Traders', '7498895331', '27AXHPS0614G1ZJ', NULL, 0, '', '75/77 Office No B -12, 1st Floor, Fatmabai Trust Building, 75/77 Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(497, 'On Time Express', '', '27AAPPK0170LIZG', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(498, 'Oriental Tools', '9925154403', '24AAAFO3358B1ZR', NULL, 0, '', 'Bhadrakali Road, Near Limda Chowk, Porbandar, Porbandar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(499, 'Orient Hardware & Tools Corporation', '8111044000', '33AAAFO4838Q1ZU', NULL, 0, 'Rashida Imani', 'Po Box No 3795 264, Dr Nanjappa Road, Coimbatore', 'Tamil Nadu', '641018', 'Bnl Courier', 0, 'sales', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-04-01 07:07:29'),
(500, 'Osborn Lippert India Pvt . Ltd', '2402556538', '27AAACL5555G1ZH', NULL, 0, '', 'Plot No E 65 & 66, Waluj, MIDC, Aurangabad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(501, 'P and P Enterprise', '9821502512', '27ADEPD8513C1Z0', NULL, 0, '', '2 36, 2 Nd Floor, Nirmal Niwas, Gowalia Tank Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(502, 'Paper Packs and Prints', '9820866315', '27AANFP5908M1ZK', NULL, 0, '', '72, D.C.Road, Gandhi Nagar, Worli, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(503, 'Parakh Dia Jewels', '9425241122', '22AAUFP1033A1ZS', NULL, 0, '', 'C-211 , Ground Floor, Nahata Market, Sadar Bazaar, Raipur, C.G', 'Chhattisgarh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(504, 'Param Enterprises', '9819767920', '27AAAPD7731P1ZH', NULL, 0, '', '75, H N Building, Nagdevi x Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(505, 'Paras Corporation', '9819099414', '27AACPR2497N1Z0', NULL, 0, '', '1, Abhiram Apartment, Kastur Park Shimpoli Road, Borivali West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(506, 'Paras Ornaments House', '9915532323', '03AAFFP4218A1ZY', NULL, 0, '', '431, Mohalla Banian Basti Shaikh, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(507, 'Parekh Packets and Tools', '8850938622', '27AAUPP4053E1ZF', NULL, 0, '', 'Boriwali (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(508, 'Parshwa Traders', '9833196906', '27AHAPV9022A1ZK', NULL, 0, '', '96 , Narayan Dhuru ,2nd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(509, 'Parth Tools', '9033271727', '24AADHA5336E1ZU', NULL, 0, '', 'Nr Tower, Azad Chowk, Limbdi, Surendranagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(510, 'Penta Gas Industries', '9820959359', '27AJBPK4327L1Z4', NULL, 0, '', 'Sing Compound, Navpada Road, Opp Ajit Glass, Jogeshwari ( West)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(511, 'Perfect Magnets (Drs)', '', '27AACHN3759B1ZB', NULL, 0, '', 'Shop No 16 Ishwar Market, 347/349, Shaikh Mamoon, Street, Near Zaveri Bazaar, Juma Masjid, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(512, 'Perfect Tablet Tools (CASH)', '9223538340', '27ATJPB7801Q1ZA', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(513, 'Perfect Tablet Tools LLP', '9223538340', '27ABCFP2493H1Z2', NULL, 0, '', 'unit no. 15, Raja Industrial Estate,, near Sarvoday Heights, Mulund (w),, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(514, 'Perfect Tools Center', '9769549811', '27CECPS0781N1ZY', NULL, 0, 'D Anwar', 'Room No-7,, Rani Sati Marg,, Jamadar Chawl,, Makrani Pada, Malad East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(515, 'Permag Tradelink', '8928902273', '27AAIPN4131D1Z0', NULL, 0, '', '10/a Mumbai Pune Road, Wakdewadi', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(516, 'Pharmachine India', '9930240329', '27AACFP2824M1Z2', NULL, 0, 'Ratan Singhania', '52 Suyog Indl Estate, Lbs Marg,, Vikroli (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(517, 'P J Engineering Corporation', '9892680707', '27AABPD3334P1ZP', NULL, 0, 'Jayesh Doshi', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(518, 'P Kamdar & Co', '', '27AEPPK1413G1ZN', NULL, 0, '', '59, Ground Floor, Bibijan Street Near State Bank, Molz Manzil, Mumbai, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(519, 'P K Enterprise', '9033131787', '24AAOPT9718Q1ZK', NULL, 0, '', '9/211, Near PAgathia Sheri Bhagal Mohan Mithai gali,, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(520, 'P K Shah & Co', '7303968504', '27AAEPS7083H1ZA', NULL, 0, '', '116, Floor-1, Plot 82/86, Bibijan Street, Mumbai, Rajani Engineering Company, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(521, 'Poly Weight', '9819429431', '27AWGPS3863B1ZF', NULL, 0, '', 'Sharad Ind Estate, H-Wing Gala No 211, 2nd Floor, Near Bandup Police Station, Lake Road,, Bhandup ( W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(522, 'Poornima Enterprises ( Dombivali)', '9223416477', '27AGSPP5547P1Z9', NULL, 0, '', 'Shop No 11, Jay Maniti Darshan CHS, Dombivali', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(523, 'Poornima Impex', '9924035044', '24CFIPP3099D1ZB', NULL, 0, '', 'Plot No A/30, Near Central Bank of India, Shankar Tekri, Udhyognagar,, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(524, 'Popular   Enterprises', '9821556873', '27AFZPS4171C1ZY', NULL, 0, '', 'Flat No 10, Ambekripa Chs, Zaver Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(525, 'Popular Hardware Stores ( CLOSED)', '9945309452', '29AABFP8454C1Z6', NULL, 0, '', '59-1, Indar Patrappa Road, Bangalore.', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(526, 'Popular Tools Centre', '9004141275', '27AAFFP0808G1ZG', NULL, 0, '', '22/25, SNK Plaza, 3rd Agiary Lane, Nashta Galli, Zaveri Bazaar,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(527, 'Porter', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(528, 'Power Plastic Product ( Closed)', '9974854342', '24AAEPS8293F1ZE', NULL, 0, 'Ammar', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(529, 'Power Plastic Products', '', '27AAEPS8293F1Z8', NULL, 0, '', 'Ground Floor, Gala No C/14, Saniya Industrail Estat, Opp Sagar Hotel, Deodal, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(530, 'Prabhudas & Co', '9820277520', '27AAAPV6621N1Z8', NULL, 0, '', '27, Anand  Bhavan , Babu Genu Road, Princess Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(531, 'Prachi and Company', '9987646373', '27AUPPS3859L1ZL', NULL, 0, 'Dharmendra Solanki', 'Charkop Dhanshree Chs Ltd, Sector 9, Plot No 31 A Wing,3rd Floor Flat No 301, Kandiwali(W), Charkop Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(532, 'Pragati Diamonds Tools', '', '27AAHPM1544L1ZI', NULL, 0, '', 'Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(533, 'Pragati Glass & Industries Pvt Ltd', '', '24AABCP7377H1Z8', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(534, 'Prakash Metal Corporation', '9967848011', '27AACPJ7408D1Z0', NULL, 0, '', '26, Kolsa Street, Shop No 1, Al Hussain Heights, Pydhonie, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(535, 'Prashant Marketing and Services', '', '27AAVPA9277C1ZD', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(536, 'Pratima Jewellery Tools', '9769904351', '27BMKPP6143A1Z4', NULL, 0, 'Praveen Patil', '13, Kirti Niwas, Gaondevi Road, Tembipada, Near Buddha Mandir, Bhandip (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(537, 'Precision Engineers ( Kolhapur)', '7776008555', '27AAPFP4093H1ZR', NULL, 0, '', '429/8, Plot No 26, Chougale Coloney,, Behind Jayram Machine Tools, NH4 Highway Nagav,, M.I.D.C, Shiroli, Kolhapur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(538, 'Pregna International Ltd', '9904332444', '25AABCP3773B1ZQ', NULL, 0, 'Viren Shah', 'Plot No 219, Survey No 168,, Dabhel Co Operative Industrail Society, Near Alkem, Daman', 'Dadra & Nagar Haveli and Daman & Diu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(539, 'Premaa Tools', '9362289290', '33ADXPJ2230K1ZF', NULL, 0, '', '448-C, Big Bazaar Street, Sudhakar Diamond Complex, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(540, 'Premnath Tools', '9964729956', '29ABTPB5444M1Z2', NULL, 0, '', 'No 9 S.N.R Complex No 39, Appaji Rao Lane, C.T Street Cross, Bangalore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(541, 'Prime Engineers', '', '24AELPB0575L1ZI', NULL, 0, '', 'Survey No 275, Plot No 13, Near Airtel Microwave Shapar Veraval, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(542, 'Prime Goods Distributors', '9867728075', '27EQPPS7562L2ZO', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(543, 'Prime International', '1812430675', '03AANPB0297K1ZR', NULL, 0, '', 'Basti Sheikh, Nr Post Office, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(544, 'Prince Hallmarking and Refinery Pvt Ltd', '9892641496', '27AAJCP2423Q1ZY', NULL, 0, '', 'Unit no. 105, 1st Floor, Bharat Industrial Estate,, T.J. Road, Sewree, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(545, 'Print Excellence', '', '27AAAFP2998Q1ZD', NULL, 0, '', 'B-317 Sussex Ind Est, Dadoji Konddeo Cross Marg,, Byculla ( E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(546, 'Prism Industries', '8080085360', '27AALHD8954M1ZI', NULL, 0, '', 'Gala No 105, S No. 37/4, Plot No.1, 1st Floor, Siddhivinayak Ind Premises, Waliv Road, Vasai Virar, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(547, 'Priyanka Enterprise', '9324367788', '27ABAPS7679C1ZC', NULL, 0, '', 'Ghatkopar (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(548, 'Professional Couriers', '', '27AACPP5215G1ZV', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(549, 'Proficient Kiln Service LLP', '', '27AAXFP5809K1ZE', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(550, 'Prominent Surgical Co', '1814011783', '03AADFP0824A1Z4', NULL, 0, '', 'Basti Sheikh , Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(551, 'Prospect Trading Co.', '9820395270', '27AACPD8168Q1Z4', NULL, 0, '', '11, 2 Nd Floor, 123, Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(552, 'Protosys Technologies Pvt Ltd', '9125905900', '27AAACP6182B1ZM', NULL, 0, '', '143, Shanti Industrial Estate, Sarojini Naidu Road, Mulund W , Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(553, 'P. S Arts', '', '27APLPM0185Q1Z6', NULL, 0, '', '10, Plot-39/43, Floor No - 3, Shri Laxmi Premises Co. Op. Soc Ltd, Abdul Rehman Street, Mandvi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(554, 'PS Impex', '9911915464', '07CSKPS7190F1Z7', NULL, 0, '', 'Ground floor,khasra no.101/14,west kamal vihar,kamalpur,, North Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(555, 'P Tech Enterprises', '9892926491', '27BECPK0581B1ZY', NULL, 0, '', 'B/15 Balaji Bhavan Co Housing Soc Ltd, Shivaji Udyog Nahgar, Manpada Road, Dombivali East', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(556, 'Punit Impex', '9819337484', '27AACPB5028R1ZJ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(557, 'Punjani Opticals', '9810020993', '07AAEPP1339H1ZS', NULL, 0, '', '8/UA Jawahar Nagar, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(558, 'Quality Tools Centre ( Jaipur)', '9414051009', '08ASFPS6293L1ZX', NULL, 0, '', '815, Tapadiya Bhawan, Jat Ke Kuwa Ka Rasta,, Chandpole Bazaar, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(559, 'Quantity Tools Corporation', '9833513258', '27AAEPM8705G1ZN', NULL, 0, '', '91, Nagdevi Cross Lane, Ground Floor,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(560, 'Qumos Enterprises', '9820258552', '27AAYPU0913C1ZH', NULL, 0, '', 'Shop No 1, 12 Nagdevi Cross Lane, 70 Mohammedali, Road , Mohammedi Manzil, Near Ruhani Restaurant, Opp Pillar No 41 of Flyover Bridge, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(561, 'Quresh Kothari', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(562, 'Qutbi Tools Corporation', '9820952651', '27APNPK7359G1ZD', NULL, 0, '', '10 Ground Floor, Nani Baunglow, 2nd Hsahabad Lane, Santacrus(W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(563, 'Rahul Tools', '9981666660', '22BDUPS0314P2Z3', NULL, 0, '', 'Budhapara, Near Dani Bada, Raipur (C.G)', 'Chhattisgarh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(564, 'Rainbow Creations', '9819684355', '27AAPPK0170L1ZG', NULL, 0, 'Yusuf', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(565, 'Rajaram & Sons', '9930755660', '27ABLFR3871L1ZI', NULL, 0, '', 'Plot No. D-193/d-193 Pt, Ground and 1st Floor, Ttc Midc Industrial Area, Shiravane, Navi Mumbai, Midc, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(566, 'Raja Traders', '', '07AARPS4055Q1ZQ', NULL, 0, '', '584 Gali-25, Raod No 66, Jafarabad , Nnew Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(567, 'Rajendra Tools', '9828029112', '08ACLPJ2711J1ZM', NULL, 0, '', '1056, Jadiyon Ka Rasta, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(568, 'Rajesh Enterprises', '9427770474', '24BOKPS3903M1ZK', NULL, 0, '', '52, Digvijay Plot, Near Khadpith,, Jamnagar - 4', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(569, 'Raj International', '', '27AAAPH1029G1Z9', NULL, 0, '', 'C-1 , Plot No. 48-C, Ground Floor, Harji Govindji Building, Shree Ganesh Manch Marg, Nagpada, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(570, 'Rajkot Jewellery Tools', '9350562639', '07AOZPS3965B1ZB', NULL, 0, '', 'Shop No 5a, Cotton Market Upper Meena Bazaar, Jama Masjid, Central Delhi, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(571, 'Raj Metals', '9167303304', '27AQUPM9775G1ZU', NULL, 0, '', 'Ali Mansion B Wing 4th Floor Room No 401,, Anand Koliwada. Mumbra', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(572, 'Raj Tools', '9320515152', '27AEAPM6387E1ZD', NULL, 0, '', '137, Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(573, 'Raj Yog Corp.', '9819042064', '27AAIFR3030K1Z6', NULL, 0, '', '51, Bibijan Street,, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(574, 'Ramdas M Nathdwarawala', '9824031274', '24AACFR0769D1ZH', NULL, 0, '', 'Bank Road Near Champaner, Vododara', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(575, 'Ramesh & Brothers', '1982360222', '27AAAPA8409R1ZF', NULL, 0, '', '58, Bhajipala Lane, ( Off Nagdevi Street), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(576, 'Ramesh B Shah & Co', '3223455770', '27AAPPS1792L1ZU', NULL, 0, '', '3/3 A Kazi Sayed Street, Shak Gali, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(577, 'Rameshchandra and Company', '2223465451', '27AADPS5610B1Z2', NULL, 0, '', '186, Erskin Road, 1st Floor, Opp Null Bazaar Police Station, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(578, 'Rangwala Advisory and Consultants', '', '27AAPFR9216A1Z4', NULL, 0, 'Aziz Rangwala', '179 Commecial Chanber, Office No 63/69 5th Floor', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(579, 'Rasika Enterprise', '9004665058', '27ABKPU6909P1ZM', NULL, 0, '', 'Mulund (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(580, 'Ratna Tools Enterprises', '9824290022', '24AFHPS6550B2ZK', NULL, 0, '', '2 / 3, Lati Plot, Morbi.', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(581, 'Rattansons International', '9988533636', '03AAPFR6380R2ZB', NULL, 0, '', 'Basti Sheikh Road, Opp State Bank of India, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(582, 'Ravi International', '1132911210', '', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(583, 'Raviratna Manufacturers', '9825256020', '24AQRPK5468K1Z6', NULL, 0, '', 'Block No B.72 Near Mehul Pan, Hudkobus Stop,, Kothariya Main Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(584, 'Raydans Supplies Pvt. Ltd.', '2225853535', '27AAFCR9525F1Z6', NULL, 0, '', '207, Godavari, Laxmi Industrial Estate, Pokhran Road no. 1, Thane-West Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(585, 'R D Brothers', '9324646802', '27AABPV6702F1ZQ', NULL, 0, '', '403, Gopal Building , Sv Road , Borivali ( E )', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(586, 'Reasonable Tools Corporation', '9375711052', '24AJYPM3706E1Z3', NULL, 0, '', '12-A Bhakti Nagar Station Plot, Opp Mayur Bhajiya, Street, Gondal Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(587, 'R E Diamond Tools', '9664706852', '24CONPN7759E1ZG', NULL, 0, '', 'shop no 8 bhagirath estate part 1, gulab nagar road amaraiwadi, Anand, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(588, 'Regal Industries', '9650588065', '07ABAPW6112C1Z0', NULL, 0, '', 'C-64 Street No 4 Chaman Park, Johripur Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(589, 'Rekhi Jewellery Tools & Machineries', '9855142025', '03CDQPR2195Q1ZN', NULL, 0, '', 'Gaki No 3 , BNO 10023, Shop No 6, Habibpura, Sultanwind Road, Amritsar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(590, 'Reliance Corporation ( Cash)', '', '27AEPPD9843P1ZL', NULL, 0, '', '163 Narayan Dhuru Street', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(591, 'Reshmo Tools', '', '27AAFPS2666B1ZQ', NULL, 0, '', '88, Abdul Rehman Street, Agriyaro Cross Lane Corner, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(592, 'R H Enterprises', '', '27BLQPS9127N2ZZ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(593, 'R.H.Industries', '', '24ACTPM8280F1Z6', NULL, 0, '', '1, Opp Bhanu Petrol Pump, Syndicate Society, Gpo, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(594, 'Rhyah Group', '9810058705', '07AZNPB9236H1Z6', NULL, 0, '', 'House No. 97, Pitampura, New Delhi, North West Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(595, 'Rian Inc Dr', '8558877924', '03ABBFR3814K1ZD', NULL, 0, 'Ashoke Khinder', '504 A DILBAGH NAGAR EXTN, JALANDHAR CITY', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(596, 'Rian Inc Drs Closed', '1812202317', '03AESPK4574M1ZX', NULL, 0, 'Ashok Khinder', '159, Shree Ram Sharnam Nagar,, Basti Danishmandan, Jalandhar City', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(597, 'Riddhi Traders', '9819059165', '27AALPK2929D1ZQ', NULL, 0, '', 'Nalasopara (East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(598, 'Rima Soumen Paramanick', '', '27ACSPL0089L1ZY', NULL, 0, '', 'Floor 2, A 1 Lower Parel, 235 Shah and Nahar Indust, Sitaram Jadhav Marg, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(599, 'Rishab Tools', '9000022332', '36ACLPJ0742K1ZI', NULL, 0, '', 'Sho No 5, MB Tower, Gandhi Bazaar,, Ghansi Bazaar, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(600, 'R K Das Jewellery Tools', '9002597021', '19AXSPD4999E1ZS', NULL, 0, '', '18/1, Maharshi Debendra Road, 1st Floor, Side of Oriental Bank, Bara Bazaar, Sona Patty Kolkata', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(601, 'R K GEMTEC', '9029031786', '27ABIPL1203H1Z1', NULL, 0, '', '3/ Mahavir Industrail Estate, Mahakali Caves Road, Andheri Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(602, 'R K Tools', '', '03AAGFR8700G1ZG', NULL, 0, '', '5670, S/0 Sh Parshotam Lal, Moh Sunder Nagar, Nakodar, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(603, 'Romil Jewelry', '9892476545', '27AAKFR7911D1Z5', NULL, 0, '', 'Plot No F-11/12 Sup Plot No 6, Minerva House, MIDC Marol, Central Road, Ahdheri (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(604, 'Roshan Traders', '2223422165', '27AAAFR5720L1Z3', NULL, 0, '', '58 Abdul Rehman Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(605, 'Rotek Pharma Technologies', '9930130101', '27AMQPB4613C1ZE', NULL, 0, '', '256 Shanti Industrial Estate,, S N Road Mulund West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(606, 'Rotek Pharma Technologies Pvt Ltd', '8291210105', '27AAKCR8240A1ZH', NULL, 0, '', 'Plot No 72, Road No 22, Opposite Lodha Supremus,, Neheru Nagar, Wagle Industrial Estate, Thane West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(607, 'Royal Diamonds and Tools', '9444332704', '33AAFFR2197A1ZJ', NULL, 0, 'Lakesh Jain', '4, Krishnappa Maistry Street Edapalayam, N.S.C Bose Road, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(608, 'Royal Enterprise', '9820834312', '27AAKPG9240J1ZG', NULL, 0, '', '40, Mirza Street, Topiwala Building,, Shop Npo 4mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(609, 'Royal Hand Tools', '', '08ADKPS9437J1ZR', NULL, 0, '', 'Tigri Bazar, P.O. Nagaur - 340 001, Rajashtan', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(610, 'Royal International ( Shabbir Mukadam )', '9821334952', '27AAEFR0957M1ZS', NULL, 0, '', '23 / 25, Prakash Bhavan, II A.G Marg,, Shop No : 1,, Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(611, 'Royal Mech Engineers', '9029553805', '27CBIPS9933H1ZZ', NULL, 0, '', 'Plot No:-A 318,Road No.22,, Wagle Industrial Estate,Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(612, 'Royal Metals', '9820781132', '27AADPR7698L1ZQ', NULL, 0, '', 'Near Dcb Bank, Malad (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(613, 'Royal Time Industries', '91227687', '24AACFR5141D1ZP', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(614, 'Royal Trade Agency', '9341241320', '29BPHPM7716J1ZC', NULL, 0, '', 'No 19/20, Vrn Lane, Belagalore Arcade, S.P Road Cross Shop No 4, Banglore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(615, 'Royal Traders', '9820075961', '27AADPR4380D1ZQ', NULL, 0, '', '124/987 Motilal Nagar No 1, Ali Galli , Off D.B, More Marg, Goregaon (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(616, 'R.R. Impex CLOSED', '8976804762', '27AATFR4754P1Z4', NULL, 0, '', 'Unit No 05, New India Indl, Estate, Off, Mahakali Caves Road, Near Paper Box Andheri (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(617, 'R R Impex Elite India Pvt Ltd', '9136640694', '27AAMCR3632E1ZD', NULL, 0, '', 'Unit No 21, New Nandu Ind Estate, Mahakali Caves Road Andhei E, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(618, 'R.R.Jewellers', '9824020062', '24AANFR4269B1Z7', NULL, 0, '', '3rd Floor, Panna Manek Building, Opp Maa Ashapura Temple, Palace Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(619, 'R.S Exim', '4065606514', '36AAHHS4492P1Z9', NULL, 0, '', 'Shop No 21-7-721, Shop No 9, M B Tower ( Ghansi Bazar ), Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(620, 'R.T.International', '8875373238', '08AFVPG9791E1ZQ', NULL, 0, '', '1057, Jadiyon Ka Rasta, Choura Rasta, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(621, 'Rushabh Enterprises', '9029036007', '27AHYPM5666R1ZW', NULL, 0, '', 'A/202 Salasar Ashish Bidg-A, 150 Feet Road, Bhayandar(W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(622, 'Ruth International', '9811114022', '06ALNPB6505F1ZE', NULL, 0, 'Ashoke Bhardwaj', '422/1, Opp Shetal Hospital, Near Hanuman Mandir, New Railway Road, Mahavirpura,, Gurugram', 'Haryana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(623, 'S A Bukhari Tools Suppliers', '9414269851', '08ABJPS6891H1ZX', NULL, 0, 'S Akbar', 'Bazarwaa, Nagaur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(624, 'Sadhana Enterprises', '9029804060', '27AHMPG4636P1ZQ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(625, 'Safe Dispomed', '', '27ACKPG6212A1Z5', NULL, 0, 'Gaurav', '102/4, Mittal Estate M V Road, Andheri East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(626, 'Safina Impex ( Tarmal)', '9619382297', '27ABNFS8420Q1ZA', NULL, 0, '', 'Ground Floor Shop No 2.7 Banian Street, 24 Bapu Khote Street, Pydhonie, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(627, 'Sagar Trade Centre (Cash)', '', '27AACHB7612P1Z2', NULL, 0, '', '51, Bibijan Street, Ground Floor, Shop No 16 Nagdevi Area, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(628, 'Sagar Universal', '9769991774', '27ABRFS6636A1ZX', NULL, 0, '', 'SHOP NO - 8 , TEJAS APARTMENT, RAJARAM TAWDE ROAD OPP DAHISAR RAILWAY STATION, DAHISAR WEST MUMBAI', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(629, 'Sahni Tools Store', '9811163665', '07AARFS0966Q1Z7', NULL, 0, '', '3170/3166, Beadon Pura, Gali No 33, Karol Bagh,, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(630, 'Saif Trading and Services', '9004558252', '27ADVPI6312H1ZB', NULL, 0, '', 'Office 105, First Floor, 97/99 Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(631, 'Sai Gold Private Limited', '', '27AAPCS0080A1ZL', NULL, 0, '', 'A/2, 323 to 326, 3rd, Shah and Nahar Industrial Estate, S J Marg, Mumbai, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(632, 'SAINATH EXPRESS SERVICE PRIVATE LIMITED', '', '24AATCS1290G1Z5', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(633, 'Sai Packagings', '9619900619', '27ARYPS9919D1ZU', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(634, 'Sai Rubber Industries', '', '24NAWPS8295G1ZF', NULL, 0, '', 'Plot No 66-67, Shede No 5, Somnath Ind Area, Near Anjali Pan, Gondal Road,, Kothariya, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(635, 'S Akbaraly (Cash)', '23425716', '27AAPFS9968Q1ZN', NULL, 0, '', '262 Juma Masjid, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(636, 'Samrath Hira Enterprises', '', '27OXVPS3277P1ZR', NULL, 0, '', 'Richard Compound, Gala No 01, Manicha Pada, Vasai Phata, Vasai Virar, Sankat Mochan Hanuman Temple, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(637, 'Samrath Industries', '', '27ALTPB8579R1ZT', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(638, 'Samyak Tools', '2249739899', '27BOXPS1317A1ZU', NULL, 0, '', 'Unit No 1 Mahavir Industrial Estate, Near Paper Box, Off Mahakali Caves Road, Andheri', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(639, 'Sanghavi Abrasives', '9819476223', '27AAYPS3747A1Z9', NULL, 0, '', '145, Narayan Dhuru Street, 2nd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(640, 'Sap Enterprises', '9920997291', '27AJYPS1821Q1Z6', NULL, 0, '', 'Gala No 34/C, M I Udyog Nagar, Cabin Cross Road, Near Goddev Naka, Bhayandar (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(641, 'Sarthak Impex', '9320001145', '27APVPJ3273Q1ZW', NULL, 0, '', '11, 1st Floor, Rustamji Adarsh Regency, Ad Road, Mumbai, Rainbow Mobile, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27');
INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(642, 'Saru Enterprises', '9819877537', '27ACWPD5101F1ZS', NULL, 0, '', '3rd, Room No 44, Rangwala Building, Dr. E Moses, Road, Jacob Circle, Mahalaxmi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(643, 'Sarvodaya Trading Corporation', '2223735923', '27AACFS4886L1ZJ', NULL, 0, '', '23, Keshavji Naik Road, Chanda Ramji Building, Ground Floor, Shop Np 49-A, Masjid Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(644, 'Satpur Industrial Tools Centre', '8055805152', '27AGOPM6609B1ZC', NULL, 0, '', '40, SITC, Shivaji Road, Shalimar, Nasik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(645, 'Satyam Tools', '8128440845', '24AEOFS3355J1ZN', NULL, 0, '', 'Plot No 442, GIDC Phase-I, Shanker Tekri Udyognagar, Near Bank Of India, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(646, 'Savai Printers Pvt Ltd', '9820635691', '27AAACS5624F1ZI', NULL, 0, '', 'A/661, Midc, Ttc Industrial Area, Mahape, Raigad', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(647, 'SB Traders', '9819425289', '27ABHPY6626Q1ZL', NULL, 0, '', '80/82 Nagdevi Street, 2nd Floor, Room No 202, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(648, 'Sea Marin', '', '27AGZPA4933H1Z2', NULL, 0, '', '65, Bhaji Gala, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(649, 'Seema Enterprise', '9821220051', '27ALVPS7815D1ZI', NULL, 0, 'Papu', 'Block No : C, Shop No : 1,, Might Lane Park, New Link Road,, Off M.G Road, Dhanukar Wadi, Kandivali (W).', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(650, 'Semson International', '9821712340', '27AAWPM9338D1Z4', NULL, 0, '', 'G West shop no 1, Bharat Diamond Bourse BKC Bandra EAST MUMBAI', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(651, 'Semsons Diamond Tools', '9821712340', '27ACEPM8226E1ZN', NULL, 0, 'Pikesh Babulal Mehta', '404, Fourth, Harsh Heights, Shree Balaji Shipping Company Road, Mira Bhayandar, Salsar Business Park, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(652, 'Semsons Packets & Tools', '9821147870', '27AAWPM9225D1ZA', NULL, 0, 'Jayesh', 'B - 1006 10th Floor, Navnit Chs Wing B, Dhake Estate Road, Mumbai, Shree Hanuman Jayanti Utsav Samiti', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(653, 'Sethia and Co', '9833173218', '27APAPS5419L1ZI', NULL, 0, '', '44, Na, Mirza Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(654, 'Shadow Exports', '9987437786', '27AAAFS0564P1ZU', NULL, 0, '', '45 Janjikar Street, 1st Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(655, 'Shafa Tools', '9820047608', '27AAMFS3625D1Z7', NULL, 0, 'Altaf', 'Amin Building, 65 Ebrahim Rehmatullah Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(656, 'Shahaji Kashiram More', '9323047432', '', NULL, 0, 'Shahaji More', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(657, 'Shah Associates', '9821248620', '27BADPS8539N1ZU', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(658, 'Shah Enterprises', '9320523222', '27AACFS4404J1Z9', NULL, 0, 'Yogesh Shah', '12, Mukti Chaitanya Society 3rd Floor, 236 Samuel Street, Masjid (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(659, 'Shah Files & Drills Pvt. Ltd.', '', '27AAACS7143P1ZV', NULL, 0, '', '37, Bibijan Street,, Mumbai - 400 003', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(660, 'Shahid Exports', '', '', NULL, 0, '', '', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(661, 'Shah Industries', '', '24AFHPS6552D1ZF', NULL, 0, 'Ajit', '2 Lati Plot Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(662, 'Shah & Parekh Traders LLP', '', '27ADPFS6863H1ZC', NULL, 0, '', 'Room No 12, 1st Floor, 145 Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(663, 'Shah Sales Corporation', '9773007670', '27AALFS9545H1ZL', NULL, 0, '', '35/41 Ardeshir Dadi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(664, 'Shah Tools & Bearing Co.', '', '27AAAFS1134M1Z8', NULL, 0, '', '88/92, 2nd Floor, Nagdevi Cross Lane, Masjid, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(665, 'Shaman Trading Co.', '9650923307', '07AAOPI2470E1ZT', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(666, 'SHAMS AUTOMOBILE LLP', '', '27AEKFS9703G1ZO', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(667, 'Shangai YA GU Trading Co Ltd', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(668, 'Shankeshwar Sales Corp.', '9820434734', '27BIKPS8919K1ZC', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(669, 'Sharma Tansports', '', '27ADPFS9020E1ZV', NULL, 0, '', 'No 2, Anees Chambers, Lokmaniya Tilak Marg, Carnac Road East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(670, 'Sharp Enterprise', '7405406309', '24ACUFS7214E1ZY', NULL, 0, 'Vijay', '6/2536 Limbu Sheri,Near Swami Narayan Temple, Rampura,, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(671, 'Shashwat Tools', '9821149899', '27AFBPG8815M1Z6', NULL, 0, '', 'Flat 601 Plat B, Tambe Nagar Sarojini Naidu Road, 6 Wing B Sudhir Park, Shanti Mulund West, Mumbai, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(672, 'Shayona Enterprises', '9869147613', '27ARWPP3297K1ZP', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(673, 'Sheth Enterprises', '9324611864', '27AADHK2099E1Z8', NULL, 0, '', '131/135, Third, Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(674, 'Shilpa Arts (C/F Mufaddal Sharbat)', '9820400354', '27ACVFS3662B1ZT', NULL, 0, 'Amal Paramanick', 'Ground Floor, Unit No 08 & 2nd Floor, Unit 216, Amir Ind Estate, Sun Mill Compound, Sitaram Jadhav, Marg Lower Parel, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(675, 'Shilpa Engineering', '9225136825', '27AJRPK2357E1Z1', NULL, 0, '', 'J-19 Ambed Audhatik Vasahat, MIDC Ambed, Nasik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(676, 'Shiv Enterprises', '9729960016', '08COOPG7914R1Z0', NULL, 0, 'KUMAR GOURAV', '50/44, SECTOR - 5, PRATAP NAGAR,, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(677, 'Shiv Tools & Machines', '', '24BDKPN6597B1ZB', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(678, 'Shree Ambika Enterprises', '9821126039', '27ALJPV6432H1ZO', NULL, 0, '', 'A,401 udaygiri,Ashok Nagar,Kandivali east,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(679, 'Shree Durga Trading', '9689191002', '27AURPD9772B1ZB', NULL, 0, '', 'PAP-90, Opp Siemens Company, Near IDBI ATM, MIDC,, Ambad , Nasik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(680, 'Shree Electronics', '9167545222', '27AEWPD6251L1ZY', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(681, 'Shree Ganesh Tools Centre', '9594473506', '27CYCPP0669N1ZT', NULL, 0, '', 'Dhanji Santaji Chawl, Sho No 7 Jyotiling Nagar, Mankhurd, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(682, 'Shree Jain Traders', '9660576408', '08AJEPJ2947E1ZB', NULL, 0, '', 'C 24, Rico Colony, Chatrala Circle, Sitapura, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(683, 'Shreeji Enterprises', '9920187321', '27AGHPC1080B1Z2', NULL, 0, '', 'Shop No 8, Suryoday CHS, C Wing, Gautam Nagar,, Road No 8, MIDC, Andheri (E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(684, 'Shreeji Industries ( Nasik)', '9673587082', '27ANHPB3375R1ZH', NULL, 0, '', '10 Mona Chamber, Opp Radhika Hotel, Near Abb Circle, Mahatma Nagar Trimbak Road, Nasik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(685, 'Shreeji Industries (Rajkot)', '9374929215', '24AFFPV3896M1ZM', NULL, 0, 'Bharat', 'Plot No 17/b, Ranujanagar, Opp Sangam, Ice Factory, Kothariya Ring Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(686, 'Shreeji Trading Company', '9820454550', '27AKEPM1013F1ZP', NULL, 0, 'Turshar Mehta', 'Dutt Digamber Building, 2 Nd Floor, Block No 10, Chadavarkar Cross Lane No 1, Ramdas Sutrale Marg Boriwali(W) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(687, 'Shree Khima Kanchi', '', '27ACFPK3175R1ZZ', NULL, 0, '', '58, 1st Floor, Champa Gally, M.J Market Shaih Menon Road, Kalbadevi,Zaveri Bazar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(688, 'Shree Khodiyar Industries', '', '24DILPS9326F1ZV', NULL, 0, '', 'Shed No - 90, Karmbhumi Industrial Estate, Bakrol - Dhamatvan Main Road,Bakrol-Bujrang, Dascroi,Ahmedabad, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(689, 'Shree Mahadev Bag Shop', '', '27ASNPP1185G1ZE', NULL, 0, '', '11, Ground Floor, Plot CS 181,, Shanti Srd Chs, K.K.Krishnan Menan Marg, 90 Feet Road Dharavi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(690, 'Shree Mt Impex', '9717357960', '07CETPM8809J1ZO', NULL, 0, '', 'New Usmanpur, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(691, 'Shri Balvi Tools Centre', '9374857685', '24AFCPC8100Q1ZL', NULL, 0, '', 'Shop No 24 Ff Ghanshyam Estate Margha Farm, Viratnagar Road, Bapunagar, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(692, 'Shri Enterprise', '6351785313', '24ADWPT9639D1ZT', NULL, 0, '', '33 Rameshwar Ind Estate, Opp Jay Chemical Industries, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(693, 'Shriji Ojarwala', '9825830764', '24AADHS7040F1ZD', NULL, 0, '', 'Sharad Chamber, Savjibhai Street Corner, B/h Jalaram Chiki, Soni Bazaar, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(694, 'Shrinath Industries', '', '24ADYPD2827P1ZY', NULL, 0, '', 'G.I.D.C. Shanker Tekri,, Pana Khan Behind Atul Auto,, Jamnagar - 361 004', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(695, 'Shripadam Trading Company', '', '27ADUFS1722Q1Z8', NULL, 0, '', '318/319. 3rd Floor C Wing Disma Complex, Near Bima Complex, Steel Market, Kalamboli, Navi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(696, 'Shri Tirupati Box', '9993815616', '23AWLPS7262F1Z9', NULL, 0, '', 'Shop No 5 Shree Ganesh Market, Sarfa Asasion Market, Chandni Chowk, Ratlam', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(697, 'Shyamlal Radhakrishna & Co.', '', '27AALFS2322Q1ZP', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(698, 'Sieko Brushware ( INDIA)', '8860449766', '07AACFS1123J1ZH', NULL, 0, '', 'Sieko House,, 4/15, Bagichi Street,, Vishwas Nagar Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(699, 'Silverwing Patel Carrier', '', '08ABJFS1218G1Z9', NULL, 0, '', '', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(700, 'Simran Tools International', '9958281414', '07ABNPS2017H1ZL', NULL, 0, '', '664, Military Road, Anand Parbat,, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:27', '2026-03-31 15:16:27'),
(701, 'S J Marketing', '8211378850', '27AZVPS3963L1Z8', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(702, 'S.K.Products', '9930505562', '27ABBPL0607N1ZP', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(703, 'S K Sales Agencies', '9930595596', '27ATZPB4256F1ZE', NULL, 0, '', 'Shubhash Nagar, M.I.D.C, Andheri ( East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(704, 'Slicer Grinding Wheels', '9324085585', '27AZCPS4138E1ZD', NULL, 0, '', 'B205/1280,SANT TUKARAM NAGAR,, NEAR YCM,PIMPRI,PUNE', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(705, 'Smart Tools', '9877493893', '03AZKPG4759K1Z3', NULL, 0, '', 'W. T -269, Basti Siekh, Kot Mohalla, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(706, 'Smb Automation Pvt.Ltd', '2243400553', '27AAUCS4161M1ZL', NULL, 0, 'Huzaifa Biviji', '309, Madhuban Building, 23 Cochin Street, S.B.S Road Fort', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(707, 'S M Enterprises CLOSED', '9828166070', '08EKTPK5149D1ZR', NULL, 0, 'Vikas', '4376 Nathmal Ji Ka Chowk, Behind Sabji Mandi, Johari Bazaar, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(708, 'Smithshine', '9825090766', '24AFMPP2691D2ZC', NULL, 0, '', 'A-24, Sardarkunj Society, Bhahai Centre, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(709, 'S.M. Soni Tools & Box Stores', '8469545346', '24BLFPG9968Q1Z6', NULL, 0, '', 'Ground Floor, S Y No 7, Plot No 3339 to 3342, Shop, No 2, Sana Park Nagoriwad, Near Rampura Petrol Pump, Rampura Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(710, 'Sndt Women University', '9082221527', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(711, 'Sndtwu V.Vok', '', '27AACTS2211D1Z0', NULL, 0, '', 'Sangtagrus Juhu', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(712, 'Sonal Jewellery Tools', '9920222452', '24AEQPB8546L1Z2', NULL, 0, '', '5/1966/67, Ground Floor, Mahakali Building, Opp. Surat District Co.Op Bank, Gheekata Road, Bhawaniwad Main Road, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(713, 'Sonal Sales Agency ( Sk Sales)', '8080595596', '27AJDPB9024B1ZS', NULL, 0, '', 'Shop Np 3, Rebello Compound, Subhash Nagar, Near ICICI Bank, MIDC, Landmark 3m Car Care Lane, Opposite Seepz Gate No 2, Andheri East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(714, 'Soni Chaman Lal', '', '', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(715, 'Sonisat Machine Tools Corporation', '', '27AELFS0854F1ZV', NULL, 0, '', 'Grond Floor, Shop No 10, Moti Mahal, Dhanji Street,, Agiyari Cross Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(716, 'Soni Tools', '8469620239', '', NULL, 0, 'Shahid Shaikh', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(717, 'Soni Tools Centre ( Yunus )', '9819561852', '27AAAFS7672J1ZR', NULL, 0, '', '54/58 Grd Floor, Dimond House, Dhanji Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(718, 'Soni Tools ( Surat )', '9913032154', '24AEDPS0610P1ZH', NULL, 0, 'Sameer Bhai', 'Shop No.-1,2, Ground, Basement, Haldia Street,, Main Road, Bhagal, Rani Talav,, Kansiwad,, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(719, 'Soni Trading Co ( Rajkot)', '9429244868', '24AGBPS7204H1ZK', NULL, 0, 'Milan Shah', '10, Tankarawala Estate, Opp, Kamlesh, Jewellers, Palace Road,, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(720, 'Sonu Electrical and Hardware', '9322685458', '24AAKPS3827M1Z7', NULL, 0, 'Girish', '7 Hakimgi Busness Centre, GIDC, Vapi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(721, 'Spacetec Industries', '9152379266', '27AATPM7474R1ZD', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(722, 'S P G Medisales Pvt Ltd', '', '27ABECS1908D1ZL', NULL, 0, '', 'Platinum M.I.D.C Taloja', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(723, 'Spm Technologies', '9964397309', '33CAWPM0887K1ZY', NULL, 0, '', 'D. No. 3/443, 230e, Saraswathi Nagar, Hosur, Krishnagiri', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(724, 'Spr Suppliers', '8949570205', '33AEUPB6413Q1Z3', NULL, 0, '', '210/212, N-401, Voora Vidyasagar Oswal Garden, Cb Road, Chennai, Old Glass Factory, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(725, 'S P Scientific Works', '', '06AEYPP4952N1ZG', NULL, 0, '', '70, Rangla Mandi, P.O. Kuldip Nagar,, Ambala Cant. - 133 001', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(726, 'S.R. Enterprises', '9829069410', '08AFGFS7033E1ZZ', NULL, 0, '', '1585, Jadiyon Ka Rasta, Near Samani Mishthan Bhandar, Chaura Rasta Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(727, 'S R Enterprises ( Mumbai )', '7715064534', '27AACPS6675F1ZC', NULL, 0, '', 'Building No.65 Office No.7, 1st Floor, Vitthal Chambers, Kazi Syed Street, Mumbai, Modi Bazar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(728, 'Sri Amritha Tools Centre', '9363145288', '33ADEPM5850H1ZM', NULL, 0, '', 'No 209  Telugu Ebrahim Street, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(729, 'Sri Aurobindo Handmade Paper', '9363249842', '34AABTS0117KRZ0', NULL, 0, '', '50, S.V. Patel Salai, Pondicherry 605001', 'Puducherry', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(730, 'Sri Chakra Traders', '', '27AAIPM2997G1Z9', NULL, 0, '', '67, 3rd Floor, Shree Mukh Sadan, Senapati Bapat Marg, Mahim,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(731, 'Sri Laxmi Tools and Chemical', '9100655094', '36AHCPP3350K1Z9', NULL, 0, '', '22-5-276 Kalikaman, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(732, 'Sri Mahalaxmi Tools ( Secunderabad)', '9849912614', '36ARVPP5165H1Z3', NULL, 0, '', 'DNO 1/ 5/ 61 AND 1/ 5 /238, SHOP NO 1 AND 3, B R COMPLEX DHANBAZAR KALASIGUDA, SECUNDERABAD,', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(733, 'Srinathji Jewellery Machinery and Tools', '9558002011', '24AEGFS1299M1ZI', NULL, 0, '', '2 Bapunagar, Near Shri More Engineering, Srinathji Jewellery Tools, Jilla Garden Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(734, 'S.R. Industries', '8490957777', '24AMDPM0010B1Z5', NULL, 0, '', 'Keshav Villa, Opp Milan Steel Furniture, Laxmiwadi Main Road, 12 Gundawadi, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(735, 'Sri Rounak Jewellery Equipments', '9962597479', '33AFCPJ0713N1ZQ', NULL, 0, '', 'No 14, Ground Floor, Edapalaiyam, Hanumantharayan Koil Street, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(736, 'Sri Vinayaka Tools', '7702770007', '37ASKPD6181F1ZO', NULL, 0, '', '11/42/62 Ramgopal Street, Vijayawada', 'Andhra Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(737, 'S S Impex  (Jaipur)', '9314088318', '08AGNPJ7861K1ZP', NULL, 0, '', '3672, Shah Bhawan, MSB Ka Rasta,, 3rd Crossing, Johari Bazar, Jaipur.', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(738, 'S.S. Measuring Tools Co.', '9029506957', '27ACPPM8416K1ZZ', NULL, 0, '', '84/86, Nagdevi Cross Lane, 2nd Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(739, 'SS Overseas', '', '07CKTPS5015G1ZS', NULL, 0, '', 'FIRST FLOOR, Ng-10 JWALA HERI, PASCHIM VIHAR, NEW DELHI-110063, DELHI', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(740, 'Star', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(741, 'Star C', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(742, 'Star Enterprises 72 Narayan', '9819041735', '27AFTPC5556M1ZS', NULL, 0, '', '25, 2nd Floor, Salvi Bhuvan, Carpenter Street, Goldeval, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(743, 'Starex', '9810761134', '07CZXPD6242H1Z0', NULL, 0, ' Primary Mobile No.', '10512 Gali Bagichi Allauddin Paharganj New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(744, 'Star  Gold', '9820050474', '27ALWPS1407J1ZK', NULL, 0, '', 'Room No. 191, 1st Floor, Mangaldas Bldg No. 3 B, Mangaldas Road, Kalbadevi, Mumbai, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(745, 'Star International', '9444132126', '33AAYFS4619K1ZJ', NULL, 0, '', 'Door No 21 Errabalu Street, 2nd Floor, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(746, 'Star Machine and Tools', '9324798925', '27AYBPP8248E1Z8', NULL, 0, '', '003/A, Lily Apartment, Behind Mina International, Hotel, Jogeshwari West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(747, 'Star Surgical Work Pvt Ltd', '9876104147', '03ABNCS2052D1ZP', NULL, 0, '', 'No./Flat No.: VINAY KUMAR , BASTI SHEIKH, Panchayat Headquarter , Sehjhangi, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(748, 'Star Tools Corporation', '', '07AANPK4424H1ZO', NULL, 0, 'Kapoor', 'Ac/122A Shalimar Bagh, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(749, 'Star Tools ( Trivedum)', '9892181600', '32AARFS7048F1ZY', NULL, 0, '', 'Aryasala Junction, Trivandrum', 'Kerala', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(750, 'Sterling Enterprises', '9821211512', '27AAAPM6811H1ZU', NULL, 0, '', '2nd, Floor, Vrindavan Bldg.,, 62/64, Dadi Seth Agairy Lane,, Mumbai - 400 002', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(751, 'S T R Tools Centre', '9943981971', '33AAPFS5494M1ZD', NULL, 0, '', '1032, A Building, Bazaar Street,, Coimbature.', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(752, 'St. Xaviers College', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(753, 'Subhash Industries', '9322295385', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(754, 'Subhash Jewellery Tools', '9892704382', '27AQEPM4901E1Z4', NULL, 0, 'Subhash', 'Shop No 4/C, Vallabh Shopping Centre Chs, B.Proad New Dena Bank, Bhayander (E) Dist Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(755, 'Suguru Tools', '8949250813', '08AJAPC4799F1Z6', NULL, 0, '', 'P. No. 376A, Devi Nagar, Sankatmochan Hanuman Mandir, New Sanganer Road, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(756, 'Sun B International', '9810067678', '07AAIPB4716E1Z5', NULL, 0, '', 'B / 5. Sector No : 3, Bawana Industrial, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(757, 'Sundaram Enterprise', '7710071402', '27DDZPP9203H1ZT', NULL, 0, '', 'A 203 Laxmi Nivas, Vinayak Nagar, Modi Patel Road, Bhayander West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(758, 'Sunil Industries', '', '27CZZPG4990B1ZU', NULL, 0, '', 'Unit No-M-05, 303, 1st Floor, Abhishek Premises C.H.S,, Road/street: Samule Street, Mumbai, Samule Street Vadgadi, Masjid Bunder', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(759, 'Sunil Traders', '9322881671', '27AAEPS2001D1ZA', NULL, 0, '', 'C/10, 3rd Floor, Shantiniketan, Lal Bahadur Shastri Marg, Ghatkopar-West, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(760, 'Sunraj Industries', '9869482514', '27AACPG8089M1Z5', NULL, 0, '', '408, Jivraj Niwas, Lbs Marg, Kurla West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(761, 'Sunrise International', '9814007925', '03AIVPK7936J1ZN', NULL, 0, '', '157, Shree Ram Sharnam Nagar, Canal Road, Basti, Danishmandan, Jalandhar City', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(762, 'Sunrise Tools India Pvt Ltd', '9814007925', '03AAECS7037A1ZV', NULL, 0, '', '147 SHREE RAM SHARNAM NAGAR,, (NEAR ST. SOLDIER COLLEGE),, BASTI DANISHMANDAN,, JALANDHAR CITY', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(763, 'Sunshine Polishing Industries ( Sk Sales)', '9920222452', '24ADZFS9251P1ZV', NULL, 0, '', 'Front Side, Grd Floor, Charkhanaa Chakla,, Haripura, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(764, 'Super Hydro Pheumatic', '9004689677', '27AACPS6050N1ZA', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(765, 'Super Pneumatics', '8879909994', '27BHTPS1660M1ZI', NULL, 0, '', '18, 2nd Floor, Plot No 46/48, Standard Mansion, Nagdevi Street, Pydhonie, Masjid Bunder, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(766, 'Superstar Enterprises', '22005186', '27AADPM6625N1ZA', NULL, 0, '', 'Vrindavan Building 2nd Floor, 62/64 Dady Seth Agiary Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(767, 'Super Technology & Co', '9834089644', '27AFGPY0145M3ZY', NULL, 0, '', 'Room No 4045, Jatashankar Yadav Chawl, Gokhivare Ro, Tanda Pada, Choudhary Compound, Santosh Bhuvan, Nallasopara East, Vasai Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(768, 'Super Tools Centre ( Dhanji)', '', '27ACRPN1937A1ZL', NULL, 0, '', 'Building No 22, 3rd Agiary Lane, Near Dhanji Street', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(769, 'Surya Abrasives', '9414283440', '08ADTPS8358R1Z0', NULL, 0, '', 'Near Swarnkar Dadoji Ki Bagechi, Shriramsar, Bikaner', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(770, 'Surya Funners', '9893383598', '23BQOPR4748H1ZD', NULL, 0, '', 'Jiwaji Ganj, Shera Ka Garage Ledgaha,, A.B. Road, Lashkar, Gwalior', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(771, 'Surya Tools Centre', '9769711566', '32AFHPR5818R1ZR', NULL, 0, '', 'A.P 1/457,458, Keralavyparavyvasayaekopanasamithy, N.H.Road, Puthanathani, Malappuram', 'Kerala', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(772, 'Suryavanshi & Sons', '', '27AYIPS7230C1ZE', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(773, 'S V Enterprises', '', '27AWGPS3489K1ZQ', NULL, 0, '', 'A1 402, Preeti Chsl, J B Nagar, Mumbai, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(774, 'Swamy Tools Centre', '9362343308', '33AAZPN3194R1ZK', NULL, 0, '', '14-B South Krishnan Kovil, 3rd Lane Madurai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(775, 'Swastik Jewels', '9870709302', '27ACHFS9103K1ZS', NULL, 0, '', '408 Prakash Industrial Premises., T.J Road, Sewri, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(776, 'Swastik Metal Products', '9869439865', '27AAAPC4460C1ZD', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(777, 'Swati Electricals', '9427161138', '24AFQPV7516M1ZM', NULL, 0, '', 'Sho No 103-104-105, Krishna Estate,, Babriya Manin Road, Near Masjid, Rajkot', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(778, 'Taj Sales Corporations', '9326775252', '27AADFT1582H1Z3', NULL, 0, '', '277 SICO 69 MIDC, Satpur, Nasik', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(779, 'Tally (India) Private Limited', '', '29AACCT3705E1ZJ', NULL, 0, '', '331-336 Raheja Arcade, Bengaluru', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(780, 'Tanna Tools Corporation', '9819779912', '27AAAPT5057A1ZX', NULL, 0, 'Bipin Babulal Tanna', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(781, 'Tapan Art & Craft', '9820659072', '27AAIHJ7892P1Z6', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(782, 'Target Publications Pvt Ltd', '8879939712', '27AADCT3346E1ZH', NULL, 0, '', 'Wagle Industrial Estate, 9th Floor, Ashar It Park, Road No 16/z, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(783, 'Tayebali Sons', '', '27AAAFT9744N1ZH', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(784, 'Techno Tools Traders', '9840133315', '33AACFT2457N1ZY', NULL, 0, '', '147 Broadway, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(785, 'Techtone Electronics', '9323465680', '27AAAPF0646H1Z4', NULL, 0, '', '20-A, Hiramani Ratan Shopping Center, Bangur Nagar, Goregaon West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(786, 'Techvin', '8268574791', '27BRQPS4005P1Z1', NULL, 0, '', 'Shop No 4& 4A, 395 Mahgaldas House, Mext to Swastik. Cinema Lamington Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(787, 'Tejal Trading Company', '9892560635', '27AAMPS5006Q1Z0', NULL, 0, '', '46, Nahdevi Street,, Ground Floor Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(788, 'The Arihant Packet & Tools', '9440141483', '36AFMPJ1286Q1ZQ', NULL, 0, 'Pankaj', 'Shop No E3, Mayur Kushal Complex,, Abids, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(789, 'Thermo Forg Company', '9909009945', '24AANFT0554D1ZD', NULL, 0, '', '11, Bhaktinagar Station Plot, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(790, 'The Silver Scientific Time Industries', '9825203266', '24AFNPS7255P1ZI', NULL, 0, '', 'K-66, G.I.D.C, Shanala Road, P.O Box No-111, Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(791, 'The Time', '9811147903', '07AAFPG4432M1ZP', NULL, 0, '', '18-B/19-B, Pleasure Garden Market,, Near Latpat Rai Market Stairs , Chandi Chowk, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(792, 'Tiana Jewellery Exports Pvt Ltd', '2230830000', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(793, 'Time Spare', '9313677369', '07ACGPB3104J1Z4', NULL, 0, '', 'New Lajpat Rai Market, New Delhi, 110006', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(794, 'T K Ramaraj', '', '33AKHPR8139C1Z5', NULL, 0, '', '2/28, West Street, Silamalai, Theni (Dist.), Tamil Nadu', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(795, 'T N Enterprises', '9827725533', '23BBAPM1792F1ZX', NULL, 0, '', 'A 85, Laxmi Puram, Transport Nagar, Gwalior', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(796, 'Tools Impex', '9820298311', '27ABQPH7607D2ZK', NULL, 0, '', '25  Krishna Niwas, Subhash Nagar, N M Joshi Marg, Chich Pokli West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(797, 'Tools Traders Turbe Pvt Ltd', '9867330421', '27AAECT5753C1ZD', NULL, 0, '', 'Shop No 104, 1 St Floor Om Arcade Sector 20,, Turbhe, Navi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(798, 'Tools World', '9824223456', '24ACFPG4426R1ZD', NULL, 0, 'Kamlesh / Praful', 'Plot No 466, G.I.D.C, Shanker Tekri, Udyognagar, Near State Bank of Saurashtra, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(799, 'Toy Kids', '', '27AANHS8328C1ZU', NULL, 0, '', 'A 1/7 Link Palace, Off Link Road,, Malad (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(800, 'Trackon Courier Private Ltd', '', '07AABCC8298E1ZH', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(801, 'Trimurti  Enterprise', '', '27AJQPG3512L1Z0', NULL, 0, '', 'Unit No. M 05, Abhishek Premises, 303 Samule Street, Vadgadi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(802, 'Troupe Technologies Private Limited', '9833012144', '27AAGCT4765Q1ZG', NULL, 0, '', 'A Wing, Flat No 101, Rizwan Apartment, Sagar Tower Road, Jogeshwari West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(803, 'T.Subburam Tools Merchant', '9790347376', '33AZRPS8946B1ZV', NULL, 0, '', '11, Vanji Odai Street, No 8, Nanthavanam Street, Bodinayakanur', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(804, 'Udupi Venkatesj Shet', '', '29ANAPS9623E1ZR', NULL, 0, '', '', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(805, 'Uk Abrasive', '9312478882', '07ATVPJ8645A1ZD', NULL, 0, '', '510/1 Devli Village, Bandh Road, Near Corporation, Near Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(806, 'U K Electronics', '9322049865', '27AYXPS2841J1ZL', NULL, 0, '', 'Ground Floor Room No 26/38, S P Road, Gautam Nagar, Wadala East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(807, 'Ultramech', '9821381141', '27AFFPJ7350A1ZS', NULL, 0, '', 'ala no.17,anish compound,andheri asalfa link road,, Opp Municipal School, Saki Naka, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(808, 'Uni Corp', '', '27AUGPK7134F1ZN', NULL, 0, '', '43 Dhanji Street Moti Mahal, 1st Floor Shop No 5, Behind Zaveri Bazaar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(809, 'Unique Enterprises', '9892208448', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(810, 'Unique Industries (Crs)', '9824580108', '24ABUPB3572F1ZP', NULL, 0, '', 'K-1-288/B, Phase 1,, Jamnagar - 361 004', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(811, 'Unique Saws and Machinery Pvt Ltd', '9329635229', '23AAACU7070K1Z9', NULL, 0, 'Mahesh', '30 R R Private Industrial Area, Sanwer Road, Indore M P', 'Madhya Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(812, 'Unique Tools Center', '9322230280', '27AADPK6297Q1ZU', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(813, 'United Industries', '9898233456', '24AACFU1500B1Z3', NULL, 0, '', 'Plot No.466 G.I.D.C., Industrial Estate, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(814, 'Unitek Impex', '9820013916', '27AAAFU0755C1ZI', NULL, 0, '', 'B/01 Madan Mohan Silk Mills Compound, Sonawala Cross Road, Goregaon (East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(815, 'Universal Enterprise', '9029939641', '27ASJPR4862L1ZZ', NULL, 0, '', 'Tower No. 52, Flat No. 1102, 11th Floor, Mastan Talao Road, Mastan Ymca Ground, Nagpada, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(816, 'Universal Enterprises ( Kolhapur )', '8208601881', '27AIPPG5415J1Z1', NULL, 0, 'Dheeraj A Ghatage', 'Plot No 303/12 , 5 Star MIDC Kagal-Hatkanangale, Main Road, Kolhapur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(817, 'Universal Plastic', '7947130054', '24BEMPP0481B1ZQ', NULL, 0, '', 'New Laxmi Soc, Street No 3, Near Govind Ratan Park, Balaji Hall, 150 Feet Ring Road, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(818, 'Universal Tools & Engg.', '9841036208', '33AHYPS0884R1Z3', NULL, 0, '', '2, MHS Road, K.P Complex,, Red 10 Market, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(819, 'USM Enterprises', '9898690886', '24AVJPL5308E1ZT', NULL, 0, '', '1, Upper Level, Prafull Industrial Estate, Opp Maniar Tralore Rakhial, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(820, 'U S Pharma India Private Limited', '', '27AAACU6722G1ZD', NULL, 0, '', 'Plot 1076, Floor-2, Apte Industrial Estate,Parijat House, Laxminarsingh R Papan Marg, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(821, 'Utkal Arts', '', '27AEEPM4586R1ZL', NULL, 0, '', 'SATYA NIWAS MARUTI CHAWL ROOM NO 2, 0 KURAR VILLAGE, KOKNI PADA, MALAD EAST', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(822, 'Vaishali Traders', '9322595591', '27AGSPD7593D1Z0', NULL, 0, '', '116, Narayan Dhruv Street, 1st Floor Room No 17, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(823, 'Vaja Traders', '9833569772', '27AFPPV7502N1ZL', NULL, 0, 'Mahesh Bhikhu Vaja', 'Bawa Galli, 354 Patil Pada,, Khar Danda, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(824, 'Valisons and Company', '', '27AAAFV5145M1ZU', NULL, 0, '', '68b Sarang Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(825, 'Vandana Enterprises', '9260363733', '27BNFPS9703P1Z5', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(826, 'Vapson Jewellery Equipments Pvt Ltd', '9820287720', '27AACCV0184B1ZO', NULL, 0, '', 'B41 Nand Bhuvan Ind Premises,, 21 Mahakali Caves Road,Andheri East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(827, 'Vardhaman Enterprise', '9820882634', '27BDSPS9830E1ZW', NULL, 0, 'Ganesh', 'Gala No.7 Survery 116, Rajawa;I Vasai East, Palghar 401202', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(828, 'Vardhaman Sales', '9594931553', '27AQVPS3030K1ZA', NULL, 0, '', 'A-1, Gr. Floor, Rajesh Mandir Chsl, Shankar Lane, Kandivali W, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(829, 'Vardhaman Steel', '', '27ACEPS2549E1ZJ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(830, 'Vardhman Enterprise', '8000014183', '24AMDPD1375J1ZB', NULL, 0, '', 'Flat No. A - 404, 4rth Floor, Savan Signet, Raiya Revenue Survey No.163 Paiky 1, Rajkot, Nr. Aalap Green City', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(831, 'Vardhman Jewellery Tools', '9845665556', '29ADEPS9481L1ZL', NULL, 0, '', '10 Second Cross R.T Street, Anchepet, Banglore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(832, 'Vardhman Traders', '9870005771', '27AAWFV9674P1ZK', NULL, 0, 'Bipin Shah', '8 Mahakali Chawl, 17 Kalbadevi Road, Opp Godiji Jain Mandir, Pydhonie', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(833, 'Vasant Enterprise', '9820388240', '27AADPM4454B1Z0', NULL, 0, '', '101, Shatrunjay, Yeshwant Rao Tawde Marg,, Dahisar ( West)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(834, 'Vazirbun Trading', '9962507451', '33AAAFV0380L1Z8', NULL, 0, '', 'New No 213-Aold No 113 Ground Broadway, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(835, 'Vector Machine Tools Co', '', '27AAAFV1532A1ZS', NULL, 0, '', '152, Ground Floor,  11/8 Parchh Chamber', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(836, 'Vedika Traders', '', '27AFCPM5030K1ZI', NULL, 0, '', 'Room NO.: 21, Tapi Baug Soc. Dahisar (E), Mumbai - 400 068', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(837, 'Veer Tranmission', '8850710515', '27AEIPM3648A1ZN', NULL, 0, '', '304, Akashdeep Jain Mandir Road, Virar ( West)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(838, 'Vijay Sales India Pvt Ltd', '', '27AAHCV3778L1ZK', NULL, 0, '', 'Opera House', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(839, 'Vijay Traders', '9702272976', '27AAEFV2253N1ZT', NULL, 0, '', '1 , Badri Baug, Syed Mukri Street, Bhandari Street, Masjid Stn (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(840, 'Vikram Enterprise', '9322386076', '27ANIPS6068B1ZS', NULL, 0, '', '51, Bibijan Street, Shop No 16, Ground Floor, Near Nagdevi Area, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(841, 'Vimal Engineering Company', '9821232159', '27AAVPS0371F1ZC', NULL, 0, '', 'A-15,303,Veena Natan,L.B.J Marg, Mulund (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(842, 'Vimal Hardware Corporation', '7021744690', '27AAPPP8786K1ZJ', NULL, 0, '', '20, 3rd Floor, Pushpamani Co Op Soc, Zaver Road, Mulund West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(843, 'Viraj Enterprise', '', '27AACPS5221M1ZH', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(844, 'Visak Jewellery Tools', '', '27AULPP8494L1ZJ', NULL, 0, '', 'B Wing Gala No 34, Vaishali Industrial, Estate, Mah, Mahatre Wadi, Tawade Road, Dahisar West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(845, 'Vishal Eng Co', '', '27ANQPS6878M1ZN', NULL, 0, '', '9/plot No 158/160, Ground Floor, Haji Building, Narayan Dhruv Street,Mandvi, Masjid, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(846, 'Vishal Trading Co. VICKY Sadanand', '9818023050', '07ALLPD6213G1ZD', NULL, 0, '', '2/21a Vijay Nagar, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(847, 'Vishay Semiconductor India Pvt. Ltd.', '982105208', '27AAACS6827Q1ZO', NULL, 1, '', 'Unit 23, Sdf - I, Near Jvlr, Seepz Andheri, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(848, 'Vishrolia Machinery Stores', '9033033309', '24ACWPV8921B1Z6', NULL, 0, '', '17/B, Digvijay Plot, Nr, Navanagar Bank, Summair, Club Road, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(849, 'Vishwakarma Wooden', '8487887887', '24AGNPD9646C1ZF', NULL, 0, '', '14, Lions Nagar, Navlakhi Road, Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(850, 'Vitraj Int', '9821184567', '27ALAPM9640D1Z6', NULL, 0, '', 'Kandiwali', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(851, 'V Mehta Abrasives Pvt Ltd', '9820217456', '27AAJCV1465G1Z5', NULL, 0, '', 'Office No 104-105, 1st Floor, 98 Narayan, Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(852, 'V Mehta & Co', '9820217456', '27AAAPM2223P1ZN', NULL, 0, '', 'Office No 104-105 1st Floor, 98 Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28');
INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(853, 'V P Industries', '8825748985', '33BREPR0462D1Z5', NULL, 0, '', '441-2/441-3 Bodi-Thevaram Road, Silamlai Theni D-T', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(854, 'V R Steel Craft (Mandre Kolapur College)', '9921834183', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(855, 'Vrudhi Entp', '9821045391', '27AADPC0544J1Z2', NULL, 0, '', 'G-46, K-70,, 2nd Floor,, Ganesh Baug,, 208, Dr Ambedkar Road,, Matunga, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(856, 'Vyoma Trading Co.', '9323404686', '27AAOPS1998K1ZP', NULL, 0, '', 'II, Sawant Sadan, Dr.Ambedkar Road,, Mulund (W), Mumbai.', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(857, 'Watch Market', '', '07AKWPK6247P1Z4', NULL, 0, '', '', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(858, 'Western Enterprises', '', '27AAQPS7478C1Z1', NULL, 0, '', 'B-3082, Oberoi Garden Estate, Adj to Chandivli, Studio, Andheri ( East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(859, 'Whalaxy International', '9586851515', '24BXBPB8139G1ZR', NULL, 0, '', '466, G.I.D.C Industrial Estate, Udhyognagar, Jamnagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(860, 'Wholesale Enterprise', '9511705358', '27AIEPT3168Q1ZF', NULL, 0, '', 'Plot No. 167, 1, Trivedi House, Tawer Line Road, Amba Nagar Bhandawadi Pardi, Nagpur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(861, 'WJT India Pvt Ltd', '9324798925', '27AADCW3581C1ZD', NULL, 0, '', 'SP-59 L II, Oasis Shopping Mall Com, Dewan Centre,, S.V Road, Jogeshwari W, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(862, 'Xavier Electric', '9923158305', '27ALZPA7408E1ZX', NULL, 0, '', 'Satodi Wadi, Near Church, P.O. Bassein, Dist.: Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(863, 'Yaf Stationery Mart', '', '27AAAFY0144P1ZW', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(864, 'Yaman Impex', '9820441301', '27AAAPZ0813E1ZX', NULL, 0, '', 'M1, Mezzanine Floor, 225/227 Samuel Street, S.S.Accord,Old Name Vanijya Bhavan, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(865, 'Yash Enterprises', '', '27ACMPV3129P1ZR', NULL, 0, 'SUDHIR NARSIDAS VORA', '133, Narayan Dhuru Street, 2nd Floor, Room No 18, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(866, 'Yash Enterprises ( Mahesh Koticha)', '9820775528', '27AAKPK3410E1Z3', NULL, 0, '', '1 Tara Bhavan, 17 M.B Rauth Road, Shivaji Park Road No 2, Dadar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(867, 'Yogesh Das', '9967917524', '27AFHPD0013N1ZR', NULL, 0, '', '31/32, 4th Floor , Plot 56/60, Madamwala Building,, Vadgadi Masjid, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(868, 'Yogiraj Engineering', '', '24EYKPP8934G1ZW', NULL, 0, '', 'Shop No A- 121, First Floor, City Center, Silvassa Road, Vapi, Valsad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(869, 'Y S Patrawala and Company', '9224348616', '27AAAFY0134D1ZN', NULL, 0, '', '1/27, Sarang Street, Near Sadanand Hotel, Crawfort, Market', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(870, 'Zai Jewellery Tools', '', '27ACTPB4470G1ZH', NULL, 0, 'Mudar Bhai', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(871, 'Zan Tools Centre', '9029097037', '27ANSPN2854L1Z8', NULL, 0, '', 'Flat No 9, Moti Mahal, 43 Danji Street, Zaveri, Bazaar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(872, 'Zen Clothing Company', '7900199244', '27AAAFZ0127B1ZP', NULL, 0, '', 'Byculla', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(873, 'Aa', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(874, 'Aagam Enterprise', '9819785276', '27AACPJ7083N1Z8', NULL, 0, '', '46, Kolsa Street, 1st Floor Near Pydhonie Police St, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(875, 'Aarya Jewels ( Huzaifa Boxwala)', '8928113230', '27BDRPG4535R1ZQ', NULL, 0, '', '1st Floor, Narmada Niwas,, Ram Mandir Road, Koliwada,Near Kasturi Hospital,Bhayander West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(876, 'Aditi Enterprise', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(877, 'Afsana Enterprises', '9321464332', '27AYVPA1705H1ZH', NULL, 0, '', 'D Sector O-Lane Room No 437, Near Alfala Masjid, Cheeta Camp Trombay, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(878, 'A G Trading', '9892791121', '27AFWPK1895A1Z4', NULL, 0, '', 'Plot 501, Prem Nagar Near Ahle Hadees Masjid, L.B.S Marg Sion (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(879, 'Ali Enterprises', '9820370580', '27ALKPM7016K1ZR', NULL, 0, '', 'Bhindi Bazaar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(880, 'AL Nadir Enterprises', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(881, 'Alpa Tools Centre', '9869139502', '27ALFPP9955R1ZV', NULL, 0, '', '5th Haresh Nivas Dombivali (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(882, 'Amafhh Tools', '9029786452', '27ABLFA4613R1ZX', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(883, 'Amazon', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(884, 'Amazon.in', '', '', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(885, 'Amrolld Marketing', '9899320071', '07AGQPS6781C1ZV', NULL, 0, '', '3090/35, Beadon Pura, Karol Bagh,, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(886, 'Ankit Trades', '9959630201', '36AAMFA8237F1ZC', NULL, 0, '', '1-4-37 General Bazar, Secunderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(887, 'Anupan Tools Centre', '2223820547', '27AAFPS4287E1ZF', NULL, 0, '', '341, Dr Dadasaheb Bhadkamkar Marg, Lamington Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(888, 'A One Industrial Corporation', '9824262382', '24AAPPH6867B1ZM', NULL, 0, '', '8/10, Bhakti Nagar Station Plot,, Gondal Road, Opp Samruddhi Bhavan Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(889, 'APPARIO RETAIL PRIVATE LIMITED', '', '27AALCA0171E1ZZ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(890, 'Arko Engineers', '9321662532', '27AAEFA7298N1ZR', NULL, 0, '', 'Shalesh Udyog Nagar, Opp Valiv, Vasai (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(891, 'Arpan Enterprise', '9879074051', '24ABTFA7982P1ZD', NULL, 0, '', 'Sorathiyawadi Street No 10, Near J K Mall, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(892, 'Arphi Electronic Pvt Ltd ( Cash)', '8879777943', '27AAACA0404D1ZK', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(893, 'Arrow Speciality Co', '', '27BAPPG0597Q1ZU', NULL, 0, '', '125/7, Shri Sai Krupa, Road No 24-A, Sion ( W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(894, 'Arvind Kumar (URD)', '8449942925', '', NULL, 0, '', '', 'Uttar Pradesh', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(895, 'Arwa Enterprises', '9820382841', '27ADBPV3566C1ZI', NULL, 0, '', 'No 18,1st Floor, 155, Narayan Dhuru Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(896, 'Ashirwad Enterprises', '9980548503', '29BGAPG1002P1ZL', NULL, 0, '', 'Anchupete Circle, BT Street,, Kabbanpet, Bangalore', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(897, 'Atash Abrasives', '7276114789', '27ABVFA0457F1ZA', NULL, 0, '', '91, Nagdevi Cross Lane, 1st Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(898, 'A to Z Sales Corporation', '2223425462', '27AABFA2773R1Z0', NULL, 0, 'Mufaddal', '73, Sarang Street,, Near Crawfort Market, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(899, 'Bhairavi Designs', '', '27ADVPN8584C1ZU', NULL, 0, '', '303, Amrapali Niwas, B.P Road Bhayandae (East), Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(900, 'Bharati Freight Forwarders', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(901, 'Bharat Tools Manufacturing Co.', '9872823273', '03ABRPS3044C1ZU', NULL, 0, '', 'S-180, Industrial Area, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(902, 'Bhavin Enterprise', '2812461344', '24AMUPS9125J1ZB', NULL, 0, '', '12-B Bhaktinagar Station Plot, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(903, 'BNL AIR SERVICE', '', '27ABXPL7464P2ZD', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(904, 'Burhani Enterprise', '9029543386', '27ADQPH0354M1Z8', NULL, 0, '', '63. Damar Gali Dontaad Street, Kadir Manzil Gala, No 8, Masjid Bunder W', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(905, 'Burhani Power Tools', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(906, 'Cathay Pacific Airways', '', '27AABCC5644E1ZV', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(907, 'CEE AAR IMPEX (Clearing Agent)', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(908, 'Chamunda Corporation', '9029804060', '27ATGPG7165B1ZU', NULL, 0, '', '4th Floor 401, Aspire Resiency, , Mulund West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(909, 'Chennai Traders', '9894342837', '33AMIPT4467G1ZR', NULL, 0, '', '96 Ranga Konar Street Kattoor, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(910, 'Classic Scientific & Surgicals', '9811275212', '07AAEPP1340A1ZD', NULL, 0, '', '6-UA/3, Jawahar Nagar, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(911, 'COCOBLU RETAIL LIMITED', '', '29AAJCC8517E1ZH', NULL, 0, '', '', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(912, 'COOL Traders', '', '27AAAFC2917Q1Z7', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(913, 'Darshan Industrial Service', '9322293985', '27AAEPS3380H1ZI', NULL, 0, '', 'A/801, Neptune Building, K , Panchganga Co Op Hos, Soc, Pushpa Park, Daftary Road, Malad(E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(914, 'D C Creation ( Huzaifa Boxwala)', '', '27BBPPP0191Q1ZT', NULL, 0, '', '201 Sudama Ind Est, Premises Co-Op Society, Mira Bhayander Road, Bhayander East Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(915, 'Dell International Services India Pvt', '', '33AAACH1925Q2ZG', NULL, 0, '', '', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(916, 'Dell International Services India Pvt Ltd', '', '27AAACH1925Q1ZA', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(917, 'Diamond Creations ( Huzaifa Boxwala)', '', '27AAFFD7868Q1ZH', NULL, 0, '', 'K. T Plaza Dc Hous, 2nd Floor Opp Ravi Raj Building, Kashi Mira Fatak Road, Bhyander East', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(918, 'Dipak Metals', '9824217750', '24AEXPS2383D1Z4', NULL, 0, '', 'Amrnagar Main Road, Opp Perfect Forging, Nr Mavdi Plot, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(919, 'Eagle Engitech', '7016596962', '24AALFE0518L1ZH', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(920, 'Ebrahim and Company', '', '27AADFE6114G1ZQ', NULL, 0, '', 'Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(921, 'E-Kart Inc.', '', '07ASLPK3534C1ZY', NULL, 0, '', '315 A 3rd Floor , Okhla New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(922, 'Emah Jewellers Tools and Supplies', '', '27AABPG9048B1Z0', NULL, 0, '', '79, Ebrahim Rehmatulla Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(923, 'Engro Tools Mfg. Co', '', '27AABFE0372L1ZH', NULL, 0, '', '80, Kakad Industrail Estate,, L .J Cross Road No 3, Mahim, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(924, 'Euroshine Jewellery Works Pvt Ltd', '8850089962', '27AABCH5810P1ZB', NULL, 1, '', '501-502, Block 1 Speepzs Sez, Andheri East', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(925, 'Freightbridge Logistics', '2267226721', '27AAACF8646G2ZG', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(926, 'Freya Diamond Jewellery', '91400086', '27AAGHD4215A1ZY', NULL, 0, '', '7/1, Hari Om Compound, J.M.M Road,, Asalfa, Ghatkopar West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(927, 'Gala Electronics', '2223854510', '27AAAFG4082C1ZS', NULL, 0, '', '20, Shree Ganesh Bhuva, 1st Floor, 357, Lamington Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(928, 'Geeta Enterprises', '7045043215', '27AJMPM3041Q1ZO', NULL, 0, 'Dinesh Bhai', 'Shop No 14 Ground Floor, Building No 3, Mahakali, Shanri Nagar,Andheri (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(929, 'Globus Transitos Pvt Ltd', '', '07AADCG1329G1ZX', NULL, 0, '', 'A-75 DDA Shed, Okhla Industrial Area,, Phase -II, New Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(930, 'Goodluck Electricals', '', '24ADKPS5101R1Z4', NULL, 0, '', '1st Floor Opp Divamani Near Sarda Society No 1, Jintan Road Surendranagar', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(931, 'Goodwill Hardware Store', '9833155901', '27AKKPR7951B1ZV', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(932, 'Gupta Tools Centre', '9820935343', '27AGBPG2506J1ZQ', NULL, 0, 'Rakesh', 'SHOP NO. 5/B, BUILDING NO. 1, B WING,, GROUND FLOOR GAYATRI NAGAR,TALAV ROAD NO.5, B.P. ROAD,, BHAYANDER EAST', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(933, 'Happy Every Day Premium Quality', '9326385621', '27AQPPN2497K1Z0', NULL, 0, '', 'Shiv Compound Sr No 1/B, Village Devdal Kaman, Vasai Palghar Vasai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(934, 'H B Enterprises ( Hitesh Bhai)', '9323913327', '27AQSPS2002C1Z0', NULL, 0, '', 'C-8, Govinddham, Sangitawadi, Dombivli (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(935, 'Hindustan Sales & Consultancy', '7045922250', '27APKPK8819G1ZH', NULL, 0, '', '60/65 Essaj Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(936, 'H M Art and Craft', '9619108635', '27ALPPA9219H2ZV', NULL, 0, '', 'Gala No. 335/101, 1st Floor, Building No. H-6, House No. 335, Bhiwandi, Kalyan, Near Gupta Compound, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(937, 'HP Enterprise ( Cash)', '982134604', '27ABWPV5863H1ZN', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(938, 'Ishita Trading Company', '9920098550', '27AAHPP6847P1ZR', NULL, 0, '', '90, Nagdevi x Lane, Ground Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(939, 'Jags India Llp', '9820482480', '27AANFJ2868E1Z2', NULL, 0, '', 'Shop No. 1 and 2, Ground Floor, 172, Abdul Rehman Street Behind Zaveri Bazar, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(940, 'Jain Auto Industries', '9892021219', '27AAAFJ4649J1Z5', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(941, 'Jayantilal & Company (Closed)', '9831004080', '19ACIPJ0422D1Z3', NULL, 0, '', '', 'West Bengal', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(942, 'Jay Bhavani Manufactures ( DRS)', '9426970457', '24AEXPS3231E1ZD', NULL, 0, '', '2 Patel Nagar, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(943, 'Jay Durga Tools', '9413193794', '08BVYPK9026Q1ZC', NULL, 0, '', '173/102 Sector 17,, Pratap Nagar Sanganer, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(944, 'J D Associates', '9892447510', '27ACMPV7604F1Z8', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(945, 'Jewelex Int .Pvt .Ltd', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(946, 'Jewel World', '7977260770', '27AGLPS7859J1ZE', NULL, 0, '', '2 Nd Floor, Unit Bearing No 245, Plot No Gen 2/1/C, Part, Ind Building No 1, TTC Ind Area, Bonasari, Kukshet, Shiravane, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(947, 'Kalpana Enterprises (Kutub Sami)', '8689866579', '27BUQPM4646B1ZF', NULL, 0, '', '46, 4th Floor Plot 343, Bachbhai Chagpan Building, Kalbadevi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(948, 'Kashinath S Hati', '', '27ABLPH2880D1ZP', NULL, 0, '', 'Shop No 6gr Floor Leve Chawl Daftary Road Malad, East Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(949, 'Kasproc Technologies', '9930729951', '27AASFK7643R1Z6', NULL, 0, '', 'Block No 206, Saptagiri Apartment,, Mahatma Phule Nagar, Wagle Estate, Thane West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(950, 'Kheteshwar Hardware & Electrical', '9724253959', '24BXJPP4671B1ZI', NULL, 0, '', 'Shop No 11, Govinda Complex, Char Rasta,, Vapi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(951, 'Lalji Mulji Transport Co', '', '24AAAFL2431J1ZP', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(952, 'Laxmi Arts and Craft', '7506319485', '21EQXPR1682A1ZO', NULL, 0, '', 'AT-KHALANA PLOT NO-325,KHATA NO-605/411, MOUZA-KHALANA PO-SAINKUL, NEAR CHC SAINKUL', 'Odisha', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(953, 'Laxmi Creation ( Huzaifa Boxwala)', '', '27BBPPP0191Q2ZS', NULL, 0, '', '2nd Floor, Gala No 202,, Sudama Ind, Est Premises Co Op Soc Ltd, Mira Bhayander East, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(954, 'Laxmi Sales Corporation', '9969492584', '27AAFPS0023C1Z9', NULL, 0, '', 'Laheri Building, Shop No 13, 274, S.V.P Road,, 4th Khetiwadi Corner, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(955, 'Laxmi Vijay Wood Works', '9825672132', '24ASLPS7106C1ZU', NULL, 0, 'Dilip', 'Sonal Commercial Estate,, Plot No 15, B/h Krishna Mosaic,, Panchasar Road, Morbi', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(956, 'LIVE OAK RESORTS Pvt Ltd ( Ravine Hotel)', '', '27AAACL5085F1ZI', NULL, 0, '', 'Panchgani', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(957, 'Lok Nath Tools Center', '8850461874', '27ALVPD7107K1ZP', NULL, 0, '', '15/23, Old Satta Galli, Kavi Nirav Marg,, Shop No 2, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(958, 'Lucky Traders', '9324438523', '27AEAPM8101J1ZM', NULL, 0, '', 'Shop No 4, D Wing Ratnapuri Building, Gaushala Lane, Diamond Mkt, Malad E', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(959, 'Mac Forge Tools', '', '27AEZPB7884G1ZR', NULL, 0, '', '1-B Mahmood Compound, Shree Nagar, Near Kothari Ind Estate, Andheri (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(960, 'Mahalaksshmi', '9344808080', '34AAQFM4261P1ZN', NULL, 0, '', '97,Mission Street, Vysial Street Cutting, Pondicherry', 'Puducherry', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(961, 'Mahalaxmi Bottle Stores', '', '27AABFM2042B1ZZ', NULL, 0, '', '127/2, Sheriff Devji Street, Chakala St, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(962, 'Mahalaxmi Mandir Trust', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(963, 'Mahaveer Enterprises', '9945145656', '', NULL, 0, 'J Mahaveer', '', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(964, 'Mahavir Store( Cash)', '9867760096', '27AACPJ0202F1ZI', NULL, 0, 'Ramesh', 'Barachawl Building, No 10, Shop No 2,, S.J Marg Lower Parel (W), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(965, 'Mandal Tools', '9717357960', '07AZTPM1321L1Z2', NULL, 0, '', '2640, Chhatta Pratap Singh, Kinari Bazaar, Chandni, Chowk, Central Delhi,', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(966, 'Mangalmurti Sales Corporation', '8779674427', '27ABGFM2596N1ZK', NULL, 0, '', '194/198, Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(967, 'Manibhadra Corporation CLOSED)', '9489610848', '33AHPPJ6880R1ZD', NULL, 0, 'Niraj Jain', '185/A-2 Groung Floor, Thomas Street, Coimbatore', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(968, 'Marpol Parlatici San Tic A.S', '5067411480', '', NULL, 0, 'Evgin', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(969, 'Mastas Enterprises ( CASH)', '7506317590', '27ABIFM6941P1ZH', NULL, 0, '', '96, Nagdevi Cross Lane, 2nd Flr, Off No 16/B,', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(970, 'Master and Sons', '9773516898', '27EUPPK4418F1ZD', NULL, 0, '', '33/35 Sarang Street,, Shop No 12, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(971, 'Max Technology and Company', '2223821313', '27AHFPR9758Q1Z3', NULL, 0, '', 'Shop No 11, 366 Ahmed Mansion, 1st Floor Laminton Road Grant Road (E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(972, 'Meet Import & Export', '', '24AEPPD5489K1ZZ', NULL, 0, '', '504, Adatiya Aawas Bombay Market, Umarwada Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(973, 'Metro Transport Service', '9818952560', '07BABPS7195A2ZM', NULL, 0, '', '53, Anguri Bagh, Near Red Fort, Delhi', 'Delhi', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(974, 'M K Bearing Sundicate( Cash)', '', '27AAGPS7897H1ZU', NULL, 0, '', 'A103 Gautam Nagar No 1, Moti Nagr Road', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(975, 'Mohammed Shadabshaikh', '9321945568', '', NULL, 0, 'Papu', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(976, 'Moiz and Brothers', '9967740456', '27ABHFM6802E1ZD', NULL, 0, '', '27, Sarang Street, ( Khokha Bazaar ), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(977, 'Monginis Food Pvt Ltd', '2240786786', '27AAACM5120A1Z7', NULL, 0, 'Sanjay', 'B/60 Veera Indl Estate, Off Link Road, Andheri West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(978, 'M. R .Tools', '9029786452', '27BOAPS2194L1ZH', NULL, 0, '', 'Shop No 26 ,Bibijaan Street, Groung Floor No 2, Shree Shrepal Bhavan Premises, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(979, 'Mtech Softwares', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(980, 'Mukesh and Company CLOSED', '9821080566', '27AAYPS3820Q1ZM', NULL, 0, '', 'C 701 Sky Height Building, Orlem Tank Road, Malad West', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(981, 'Mukund Overseas', '2266335300', '27AAAFM1439P1Z0', NULL, 0, '', '21 Sugar Market Building, 104/144 P.D Mello Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(982, 'Mundra Traders', '9726620152', '24AATFM2970Q2ZE', NULL, 0, 'Qusai Pocket', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(983, 'Mutha Venture', '', '27AAKPK6394H1ZE', NULL, 0, '', 'B-101, City Centre, Prem Darwaja Road, Iddga Circle, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(984, 'Nakoda Electric and Hardware Store', '9004290626', '27AAPPJ2217H1ZQ', NULL, 0, '', 'Sachine Sadam, Shop No 2, Wagle Estate, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(985, 'Nataraj File and Traders', '9381037708', '33AALPP2868A1ZS', NULL, 0, '', 'Old No.7  New No.13, Ground Floor, Sri Sakthi Complex, Krishnappa Maistry Street, Park Town, Chennai', 'Tamil Nadu', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(986, 'National Trading Corporation', '9920439172', '27AAAPB7453N1ZK', NULL, 0, '', '106 Narayan Dhuru Street, Shop No 16 Ground Floor, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(987, 'Navbharat Jewellery Tools', '', '27AAIFN9727F1ZX', NULL, 0, '', '1/4, Dharam Complex, Anjur Phata, Near Kashturi Complex,Village Rehnal, Taluka Bhiwandi, Dist Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(988, 'Navkar Impex', '9828568491', '08ADXPJ0489N1ZL', NULL, 0, '', '928, Jadiyon Ka Rasta, Chaura Rasta, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(989, 'New Era Transport Pvt Ltd', '', '24AAHCN9245Q1ZQ', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(990, 'New Zenith Trading', '', '27AASFN1956E1ZY', NULL, 0, '', '38, Sarang Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(991, 'New Zenith Trading (Closed)', '9223298243', '27AMRPM9501H1ZN', NULL, 0, 'Shabbir Dhillawala', '38, Sarang Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(992, 'Next to Normal', '9820120144', '27BIMPM0654H1Z3', NULL, 0, 'Kishore', 'Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(993, 'N.F Enterprises', '', '27FIYPS4011L1ZH', NULL, 0, '', 'A-2 Indira Nagar, Near Bharat Nagar Masjid, Govandi, Baiganwadi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(994, 'Nisreen Sales Agency', '8097256195', '27CBZPR5094P1Z6', NULL, 0, 'Murtaza Rupawala', 'No.4 Albion Place Byculla East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(995, 'NSI Corporation', '1812203583', '03AADFN9728P1ZQ', NULL, 0, '', 'Basti Sheikh, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(996, 'NV Electronics', '9324248908', '27AAAPV8201A1Z3', NULL, 0, '', '26/12 , BMC Building Rawli Camp, Sardar Nagar-2,, Sion Koliwada Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(997, 'Optovision Optics', '9870062873', '32AKZPP2560R1Z7', NULL, 0, '', 'F 4-5-6, 4th Floor, Penta Menaka, Ernakulam, Kerala', 'Kerala', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(998, 'Pan Products', '2266935162', '27AAEFP8103H1ZB', NULL, 0, '', '102/4, Mittal Estate, M.V Road, Andheri East, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(999, 'Partha Dulal Adhikari ( Huzaifa Boxwala)', '', '27AAFPA4662D1Z4', NULL, 0, '', 'C-7, Ground Floor, Mamta Ind Estate,, Navghar Road, Bhayandar East,, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1000, 'Partho Badalchandra Maity', '9892953303', '27AREPM2082K1ZL', NULL, 0, '', '5th Floor , Shop No 1-2, Tayeb Manzil, 288, Yusuf, Meharali Road, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1001, 'Perfect Tools Company', '9820237731', '27ACSPS3192F1Z2', NULL, 0, ' Primary Mobile No.', 'D-103 B-Building, 1st Floor Sai Darshan Chs, Rambaug Lane Pop Mulji Nagar. S V Road, Borivali (W) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1002, 'Phytness Healthcare', '9449806682', '29AATFP2433R1ZA', NULL, 0, '', 'Shop No 74, 4th Floor, Satelite Complex, Koppikar Raod, Hubali', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1003, 'PIU Barun Hait', '', '27AFQPH3575Q1ZJ', NULL, 0, '', 'A/ 1505 Sonam Heights, Phase 15,, Near Jain Bunglow, New Golden Nest, Thane, Bhayander', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1004, 'Power Plastic Product', '', '27AKMPS7355N1Z5', NULL, 0, '', 'Gala No C/14, Ground Floor, Saniya Industrial Estat, Opp Sagar Hotel Deodal, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1005, 'Prince Industries', '', '24ASVPM7601E1ZM', NULL, 0, '', 'New Hanerunagar, Street No 5, Opp, Ashapura Pan, Kanaiya Chowk, 80 Feet Road, Dhevbar Road-South', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1006, 'P.Shamji & Sons', '', '27AEMPG0211R1ZD', NULL, 0, '', '256 Abdul Rehman Street, 1st Floor, Above Shah & Company, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1007, 'Qualimate ( Amazon)', '', '24ACPPG1199R1ZV', NULL, 0, '', 'SY.No301/302/1, Plot No A-7,Katargam, Fulpada Road, Puran Baug, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1008, 'Rajbhar Enterprises', '9930033367', '27AGPPR3902H1Z4', NULL, 0, '', '1110/05 Devidham Nagar, Midc, Road Digha, Airoli, Navi Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1009, 'Raj Enterprises', '', '27BUXPK0909C1ZI', NULL, 0, '', 'Shop No 3, Ground Floor, Mandvi, Narayan Dhuru x Lane, Paydhone, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1010, 'Rajkot Ojarwala', '9825462106', '24ALJPS6005R1ZJ', NULL, 0, 'Parasbhai Shah', 'Sheths Pole, Ratan Pole, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1011, 'Raj Medical Distributors', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1012, 'Raj Tools( Cash)', '', 'NULL', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1013, 'Raj Trading Co', '9820089520', '27AFYPM4074P1ZC', NULL, 0, '', 'G-3, B Wing, Ground Floor, Radha Vilas Apartment, Wamanrao Bhoir Marg, Kandar Pada, Dahisar West, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1014, 'Ranjeet Hotel', '', '27AABPO3588N1Z2', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1015, 'Ras Creation ( CASH )', '', '27AAWFR2603L1ZP', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1016, 'Rashitriya Cargo Co', '', '03GDXPS7575A1ZY', NULL, 0, '', '', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1017, 'Ravray Craft and Stationery', '9619108635', '27AAYFR3975K1Z4', NULL, 0, '', '279/281, 1st Floor Shop No 02/03, Abdul Rehman, Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1018, 'RETAILEZ PRIVATE LIMITED', '', '27AALCR3173P1ZN', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1019, 'Roger Motors Pvt Ltd', '9099084238', '24AAGCR3590K1Z3', NULL, 0, '', 'Gondal Road, Near Rajkamal Petrolpump, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1020, 'Rohit Traders', '9969957047', '27ALMPG5363R1ZB', NULL, 0, '', 'Hanuman Tekdi Main Gate No 1,, Farooq Chawl Shop No B/10, Near Regency Hotel, Santacruz (E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1021, 'Roshan Industries', '9867155422', '27AAFFR8850C1Z4', NULL, 0, '', '1st Singh industrial Est, Gala no c-20 gala, Ram Madir Road , Goregoan (w)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1022, 'Royal Engineering Solution ( Pune )', '', '27AASFR8316C1ZY', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1023, 'Royal Tools', '23117549', '27AOJPS0983B1ZT', NULL, 0, '', '38, Bibijan Street 2nd Floor Office No 38, Near Nagdevi Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1024, 'Rudrali Jewel Pvt Ltd ( Cash)', '', '27AAECR9689K1ZF', NULL, 0, '', 'E/93/1a MIDC, Solapur', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1025, 'Saanvi Enterprises', '', '07CGTPP0636C1ZB', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1026, 'Saifee Travel Bureau', '', '27AAUPS1131Q1ZY', NULL, 0, '', '404, Sabun Bhavan, 187, Sheriff Devji Street,, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1027, 'Saif Trading', '8268636519', '27AUJPB6229M1ZC', NULL, 0, '', '1st Floor B. Wing R N 102, Silver Arch Building, Anand Koliwada Mumbra,', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1028, 'Sai Krupa Express', '', '24BCVPG7407H1ZE', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1029, 'Samaira Art', '9892661201', '27AQCPP3902E1Z4', NULL, 0, 'Soumen Nirmal Paramanick', '235 A-1 Shah Nagar Industrial Estate, Sitaram Jadhav Marg, Lower Parel, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1030, 'Sampurna Arts', '8828393617', '21GNRPK3565C1ZZ', NULL, 0, '', 'Plot No 2005, Khata No 649/109, Mouja Chandipur, Town Kuakhia Dist- Jaipur', 'Odisha', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1031, 'Sanghvi Traders', '9619706042', '27AADPS3893G1ZB', NULL, 0, '', '11 Sarang Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1032, 'Shah Jewellery Tools', '9823033522', '27ADNFS0441D1Z8', NULL, 0, '', '484, Raviwarpeth, Pune', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1033, 'Sheela International', '9323799062', '27ADJFS0776R1Z5', NULL, 0, '', '201 Akash Deep, Jain Mandir, Road Virar West Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1034, 'Shiate Ali Qardan Hasana Trust Mumbai', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1035, 'Shree Jay Enterprises', '9426458504', '24AJZPB8499C1ZP', NULL, 0, '', 'Bhanderi Wadi B/h Market Yard, Hapa Road, Jamnagar Gujarat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1036, 'Shree Mandeo Metals', '22424333', '27AAOFS0637D1Z7', NULL, 0, '', '120, Kika Street, Mahavir Mansion,, Gulalwadi, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1037, 'Shree Nath Trading Co.', '9867494646', '27ADQPS5312Q1ZP', NULL, 0, '', 'Shop No 7, Sanghavi Sadan,277 S.V.P Road, Opp Garden Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1038, 'Shree Radhey Govind Felts Pvt Ltd', '', '08AAKCS9897A1ZR', NULL, 0, '', '209, Galaxy Plaza, Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1039, 'Shri Sai Enterprise', '9764660640', '27AQPPG8004K1ZK', NULL, 0, '', 'Plot No L-49 M.I.D.C Ahmednagar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1040, 'Siddhi Mounting ( Pravin Patil)', '', '27AXCPK0465A1ZZ', NULL, 0, '', 'F/228, 2nd Floor, Sharad Ind Estate,, Lake Road, Near Bhandup Police Station, Bhandup West, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1041, 'Siddhi Securities', '', '27ALGPM4612B1ZI', NULL, 0, '', '52A,E1 Choutani Building, Near SVC Bank, Proctor Road', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1042, 'SI ENTEPRISES', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1043, 'Silver Exim', '9867862230', '27ACQFS1782H1ZL', NULL, 0, '', 'Jai Jalaram Building, Ground Floor, -5, 140 Sant Tukaram Road, Dana Bunder , Masjid Budder', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1044, 'Sitaram Ozarwala', '9537431113', '24CVDPP6094D1ZI', NULL, 0, '', '193/6 Nandratan Building Opp B D Colledge,, Sakde Sayree Naka Manek Chowk, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1045, 'Smb Traders', '9833732282', '27AMUPB4668D1ZT', NULL, 0, '', 'Room No. 26, 2nd Floor, 15 Contractor Building, Vaju Kotak Marg, Fort, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1046, 'Smit Steel', '33937820', '27AAXPG1765H1ZA', NULL, 0, '', '15, Badar Mandi Gaushala,Panjara Pole Lane,, Mumabi 400002', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1047, 'Smj Electronics', '2223866853', '27AATFS3368Q1Z1', NULL, 0, '', '6 Kotweal Mansion Ground Floor, Near Hotel Grant Proctor Road, Grand Road (E), Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1048, 'Soni Enterprise ( Cash)', '9867178481', '27ASCPS7054C1ZQ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1049, 'Soni Tools ( Navsari )', '8469620239', '24AYGPS3308B1ZT', NULL, 0, '', 'Shop No 3, J B House Opp Bhikha Bhai, Bhajiawala, Navsari', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1050, 'S R Enterprises', '9829069410', '08AIGPA0616G1ZU', NULL, 0, '', '1585, Jadiyon Ka Rasta, Near Samani Mishthan Bhandar, Chaura Rasta Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1051, 'Sri Laxmi Chemicals', '9246541371', '36ACHPP4087H1Z9', NULL, 0, '', '22-5-276 Kalikaman, Hyderabad', 'Telangana', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1052, 'Srinathji Jewellery Tools', '7600250010', '24AEJPS3326L1Z8', NULL, 0, '', 'Srinathji Savjibhai Street, Soni Bazaar, Rajkot', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1053, 'S.R. Mehta & Sons', '9820135005', '27AAOFS8206J1ZP', NULL, 0, '', 'A/2,3,4, Siddheshwar Apartment, J P Thakur Marg, Phatak Road, Bhayander West, Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1054, 'SSK Retails Pvt Ltd', '', '27AAMCS2964C1Z7', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1055, 'Star Enterprise CLOSED', '9821334952', '27AFTPM3173Q1ZH', NULL, 0, 'Shabbir Mukadam', '152/154 Janjikar Street,, Nimakwala Building, 3rd Floor Room No 12, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1056, 'Star Surgical Works', '9814099290', '03AACFS8058C1ZG', NULL, 0, '', 'Mohalla Kot, Basti Sheikh, Jalandhar', 'Punjab', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1057, 'Stok International', '', '27ACTFS8937K1Z0', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1058, 'Super Gold Tech', '9834089644', '27BFXPY4636M1Z6', NULL, 0, '', 'Room No 4054, Jatashankar Chawl, Tanda Pada Road, Vasai Virar, Santosh Bhuvan, Nallasopara East, Palghar', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1059, 'Super Shine Tools', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1060, 'Super Technology and Co', '9833551992', '27ADTPY7032N1ZH', NULL, 0, '', 'Jatashankar Yadav, Chaudhry Compound, Gokhivare Road, Santosh Bhuvan, Nallasopara( E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1061, 'Supreme Diamond Tools', '', '24AHDPD3960E1ZU', NULL, 0, '', '23, Sahyog Chamber Opp, Diamond World Building, Sardar Chowk, Mini Bazaar, Varachha, Surat', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1062, 'Suspense Account', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1063, 'Taher Printer', '9820472567', '27AVZPS0715J1ZW', NULL, 0, 'Taher', '4 Janjikar Street, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1064, 'Tanush', '9602744282', '08HDZPD6665K1ZI', NULL, 0, '', 'Plot No 39, Gayatri Nagar-1, Tonk Road, Sanganer Jaipur', 'Rajasthan', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1065, 'TEEM Enterprise ( CASH)', '', '27AKGPP3006A1ZQ', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1066, 'Tekson Enterprises', '9769116696', '27AANFT5223D1Z7', NULL, 0, '', '99/101, Keshavji Naik Road, Backside Kutchi Mahajan Wadi, Ground Floor, Gala No 5, Chinch Bunder, Masjid (W)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1067, 'Tiana Jewellery Exports Private Limited', '9920295116', '27AAECT1580H1ZA', NULL, 1, '', 'G-48, Gems and Jewellery Complex, Seepz, Andheri East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1068, 'Twinkle diamond jewellery (India) Pvt Ltd', '', '27AABCT8924G1Z5', NULL, 1, '', '5th Foor, 503, Building No. 1, Seepz Road, Near Seepz, Seepz,, East, Mumbai Suburban', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1069, 'Uzhou Full Jixin Import & Export Co Ltd', '', '', NULL, 0, '', '', '', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1070, 'Variety Tools', '9819565539', '27AAEFV7967M1Z8', NULL, 0, '', '8 Manish Complex, Opp Syndicate Bank, Goddev Road, Bhayander East Thane', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1071, 'Vedant Industries', '8898287249', '27BFTPB3099F1Z5', NULL, 0, '', 'AM/b Ambedkar Nagar, Veer Savarkar Road,, Opp Mahaveer Heights,, Dombivali (E)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1072, 'Veer Tools', '9819174274', '27AAHFV2272Q1ZH', NULL, 0, '', 'C-9 Deep Tower, Golani Naka,, Waliv', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28');
INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(1073, 'Vegakit India Pvt Ltd', '2223823550', '27AAACV1303J1ZM', NULL, 0, '', '22/23 Shree Ganesh Bhuvan, 1st Floor, Opp Police Station, Dr. D. B Marg, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1074, 'Vinked Cloth Pvt Ltd', '', '24AAACV3676Q1ZQ', NULL, 0, '', 'Candia Estate, C M Marfatia Compound, Aslali Jetalpur Road, Ahmedabad', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1075, 'Vishal Sales Corporation', '2266364979', '27AAAFV3023A1ZU', NULL, 0, '', '406 Patthe Bapurao Marg, Hararwala Building, Oppmoti Talkies Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1076, 'Vishal Trading Company ( Cash)', '9869009801', '27AQUPS7736D1Z5', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1077, 'Vistara Airlines', '', '27AAECT8346F1Z4', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1078, 'V .K International', '', '27AABPA0729P1ZR', NULL, 0, '', '8/16 Banda House, Shop No 4, Narayan Dhuru x Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1079, 'VRL Logistics Limited', '', '29AABCV3609C1ZJ', NULL, 0, '', '', 'Karnataka', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1080, 'V S Gold', '', '', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1081, 'V S Products', '9321116437', '24AZOPS6858F1ZQ', NULL, 0, '', 'Ground Floor 1, N.No 7/316, UGADPGA Ni Wadi, O/s Laldarwaja Surat,', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1082, 'V- Trans (India) Limited', '', '24AAACV1559Q1ZW', NULL, 0, '', '', 'Gujarat', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1083, 'Waman Hari Peth Jewellery', '7202293416', '27AAAFW0236C1ZO', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1084, 'Western India Enterprises', '2228632073', '27BJLPS9037G1ZN', NULL, 0, '', '4-B 104 Paras Nagar, Shankar Lane S.V Road, Kandivali (West) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1085, 'W J T Trading Co', '2232486884', '27BDDPS8984A1Z6', NULL, 0, 'Alam', '59, Level 2, Dewaan Centre, S.V Road, Jogeshwari (W), Mumbai 400102', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1086, 'Wood Design Maker', '9892397357', '27AAAFW9349L1ZH', NULL, 0, 'Raju', 'Narayan Khadi Machine, Opp Vira Dental Clinic, App Pada Road,Kurar Village, Malad (E) Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1087, 'Y M Trading Co ( Cash)', '9619299152', '27AAEPK4469P1Z1', NULL, 0, '', '', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'cash', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1088, 'Yug Enterprise', '9870928795', '27AOUPM7148D1ZH', NULL, 0, '', 'Shop No 10 Grd Floor, Option Primo, Building Near MIDC Passport Office, Opp Vijay Nagar, Bridge Andheri ( East)', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1089, 'Zan Jewellery Tools', '9653022454', '27AAAFZ9112E1Z8', NULL, 0, '', 'Agriyari Cross Lane, Mumbai', 'Maharashtra', '', NULL, 0, 'both', 'bill', 'credit', NULL, '2026-03-31 15:16:28', '2026-03-31 15:16:28'),
(1091, 'Laxmi Jewellery Box', '9922221146', NULL, NULL, 0, NULL, '468, Near Mahesh Bank, Raviwar Peth, Pune', 'Maharashtra', '411002', 'Sri Swami Samarth', 0, 'sales', 'cash', 'cash', NULL, '2026-04-01 10:23:42', '2026-04-01 10:23:42'),
(1092, 'Ammar Western', '7021208704', NULL, NULL, 0, NULL, 'Mumbai', 'Maharashtra', '400003', NULL, 0, 'purchase', 'cash', 'cash', NULL, '2026-04-01 12:26:29', '2026-04-01 12:28:13'),
(1093, 'Ravi RR', '9870260715', NULL, NULL, 0, 'Ravi Bhai', 'Mumbai', 'Maharashtra', '400003', NULL, 0, 'purchase', 'cash', 'cash', NULL, '2026-04-01 13:41:12', '2026-04-01 13:41:12'),
(1110, 'Srinathji Ojarwala ( Rajkot )', '1955401777', NULL, NULL, 0, NULL, 'Savji Bhai Street, Shreenathiji ni Building, Soni Bazaar, Rajkot', 'Gujarat', '1', 'HL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1111, 'Mohieydeen New Salawathlla Malogai ( Sri Lanka )', '4777663121', NULL, NULL, 0, NULL, 'Sri Lanka', 'Gujarat', '100', 'Hand Deliver', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1112, 'Ayush Ankist Jewellery ( Coimbatore )', '6383049960', NULL, NULL, 0, NULL, '1033, Big Bazaar Street, Coimbatore', 'Gujarat', '641001', 'Bnl', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1113, 'Sagar Online', '7021593375', NULL, NULL, 0, NULL, 'Mumbai', 'Gujarat', '400003', 'Hand Deliver', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1114, 'National Jewellery Tools ( Surat )', '7043817385', NULL, NULL, 0, NULL, 'Gr floor shop no 1,  Noor plaza Opposite Hafiz bahadur masjid,   Nagoriwad Surat', 'Gujarat', '395003', 'H L Courier', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1115, 'Modern Tools ( Patiala)', '7307304596', NULL, NULL, 0, NULL, '01 Darshani Gate, Patiala', 'Gujarat', '147001', 'Quick /  Professional', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1116, 'Vijay Sharp ( Surat )', '7405406309', NULL, NULL, 0, NULL, 'No. 6, 2536, Limbu Sheri, Limbusheri, Haripura, Surat', 'Gujarat', '39500', 'SAINATH VPP', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1117, 'Moti Tools ( Nasik )', '7620001665', NULL, NULL, 0, NULL, 'Nasik', 'Gujarat', '100', 'Milan Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1118, 'Sun  Sanjeev Sivakumar ( Sri Lanka )', '7639110632', NULL, NULL, 0, NULL, 'Sanjeev Sivakumar  Door no. f1 plot no 47, Orchidacea Apartment, MCN Nagar extension, Thoraipakkam, Chennai,', 'Gujarat', '600097', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1119, 'Vinayaka Tools (Vijayawada )', '7702770007', NULL, NULL, 0, NULL, '11-46-63 ramgopal street, Vijayawada', 'Gujarat', '520001', 'A P travels and Cargo', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1120, 'Shanuram ( Jaipur)', '7742222233', NULL, NULL, 0, NULL, '63, Gopal Ji ka Rasta, Johari Bazaar, Jaipur', 'Gujarat', '3', 'Silverwing', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1121, 'Manmoham Tools ( Ahmedabad)', '7874943119', NULL, NULL, 0, NULL, '452/2 Shakri Sheri Naka, Manekchowk, Ahmedabad', 'Gujarat', '380001', 'Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1122, 'New Kolkata Tools ( Hyderabad)', '8125751370', NULL, NULL, 0, NULL, 'H.No 21-6-199, Babri Alawa, Ghansi Bazaar, Near City College, Hyderabad TS', 'Gujarat', '500002', 'Akbar Travels', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1123, 'Raju Bhai S.R ind ( Rajkot)', '8490957777', NULL, NULL, 0, NULL, '4, patel nagar , Bhoja bhagat Chowk Rajkot', 'Gujarat', '360002', 'H L , sainath', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1124, 'Ms Sales Cyclewala ( Bangalore)', '8657225092', NULL, NULL, 0, NULL, 'no 4/01, k.s lane, SJP Road Cross, Bangaluru', 'Gujarat', '560002', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1125, 'Shree Shyam Tools ( Jaipur )', '8764060024', NULL, NULL, 0, NULL, 'h.no 1608, patvo ki Gali, Sonthly walej ka rasta, choura rasta, Jaipur', 'Gujarat', '302022', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1126, 'Dass Jewellery ( Delhi )', '8802488851', NULL, NULL, 0, NULL, '2619 chatta pratabsing , Kinavi bazaar , Chandani Chowk, Delhi', 'Gujarat', '110006', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1127, 'Gupta Tools Milan ( Local )', '8828141646', NULL, NULL, 0, NULL, 'Agyari cross lane', 'Gujarat', '400003', 'Hand delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1128, 'Aniket Gems and Jewellery ( Jodhpur )', '8890691855', NULL, NULL, 0, NULL, 'Beawar ,  Jodhpur', 'Gujarat', '342001', 'Netam Rajumani', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1129, 'Sameer Shah ( Malad)', '8898013506', NULL, NULL, 0, NULL, 'Shop no 3, Meena Apartment, Kasturba Road , Malad (W)', 'Gujarat', '400064', 'Bamrus Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1130, 'Suguru Nitesh dugar ( Jaipur )', '8949250813', NULL, NULL, 0, NULL, '376a ground floor, Devi nagar, bharat ashram Marg  New sanganer road  Sodala Jaipur', 'Gujarat', '302019', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1131, 'Johnson Chetna ( Jodhpur )', '8949588545', NULL, NULL, 0, NULL, 'GHODO KA CHOWK, WORKS KE PASS, Jodhpur', 'Gujarat', '342001', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1132, 'kamal Tools NEW  ( Hyderabad )', '9000900377', NULL, NULL, 0, NULL, 'Hyderabad', 'Gujarat', '100', 'Akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1133, 'Hardware and Tools ( Nagpur)', '9011911044', NULL, NULL, 0, NULL, 'Loha Ole itvari, Nagpur', 'Gujarat', '341002', 'Quick', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1134, 'Shabbir Hatim tools ( Local )', '9029406651', NULL, NULL, 0, NULL, 'Dhanji', 'Gujarat', '400003', 'hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1135, 'Shree Mc Tikki ( Surat )', '9033131787', NULL, NULL, 0, NULL, '9/211, Near PAgathia Sheri Bhagal Mohan Mithai gali, Surat', 'Gujarat', '365009', 'Gujarat , Hl , Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1136, 'Huzefa Lakdawala ( Surat )', '9033518651', NULL, NULL, 0, NULL, 'New Industrial Estate, B/206 Road no 6F, Udhana GIDC,  Hari lchchha Ind Society, Udhna Udhyog Nagar, Udhana Surat', 'Gujarat', '394210', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1137, 'Abbas Industrial ( Bangalore)', '9035829071', NULL, NULL, 0, NULL, '147, 148 G,R lane, kumberpet main road, bangaluru', 'Gujarat', '560002', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1138, 'Surya Tools  (Kerala )', '9037319035', NULL, NULL, 0, NULL, 'vyabharabavan Buld, NH Road, Puthanathani, Malappuram Dt, kerala', 'Gujarat', '676552', 'KRK', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1139, 'Multi Trade Link Azr ( Chennai )', '9042316811', NULL, NULL, 0, NULL, 'Badhusha No.2, 1st floor mint morden city, Old Washermen pet, Chennai', 'Gujarat', '600021', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1140, 'Sanjay Kumar ( Nagpur)', '9049133982', NULL, NULL, 0, NULL, 'Raju Shanu, Opp Shukla Louge, Perdesi, Telipura, Nagpur', 'Gujarat', '100', NULL, 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1141, 'National Jeweller Gulab  (Jodhpur )', '9057591940', NULL, NULL, 0, NULL, 'JAGDAMBA ROAD K-244, PRATAP NAGAR,   Jodhpur', 'Gujarat', '342001', NULL, 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1142, 'Lucky Tools ( Amravati )', '9067832793', NULL, NULL, 0, NULL, 'Amravati', 'Gujarat', '100', 'Bombay Maharashtra transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1143, 'Mukesh shah Soni ( Rajkot)', '9106761632', NULL, NULL, 0, NULL, 'Diwanpara main road  Nobel arced,shop no 3,ground floor  Rajkot', 'Gujarat', '360001', 'Sainath , H.L', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1144, 'Ruhee ( Iran )', '9123195950', NULL, NULL, 0, NULL, 'Iran', 'Gujarat', '1', 'SELF', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1145, 'Noor Handicraft ( Nagina )', '9149264827', NULL, NULL, 0, NULL, 'Near Police Chowki, Moh Lahari Sarai Bijnor, Nagina', 'Gujarat', '246762', 'professional', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1146, 'Sri Samrth Box ( Pune )', '9167696913', NULL, NULL, 0, NULL, 'Pune', 'Gujarat', '100', 'New D.B Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1147, 'Minesh Traders ( Ahmedabad )', '9228105001', NULL, NULL, 0, NULL, 'Sheth Ni pole , ratan Pole Ahmedabad', 'Gujarat', '380001', 'Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1148, 'Ak Tools Rashid ( Delhi )', '9312279525', NULL, NULL, 0, NULL, 'Shop no K-25, mEEna bazar , Jama Masjid Delhi', 'Gujarat', '110006', 'Bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1149, 'AT Godharawala ( Kolkatta)', '9339007665', NULL, NULL, 0, NULL, 'Kolkatta', 'Gujarat', '100', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1150, 'N Raja Tools ( Bangalore)', '9343265304', NULL, NULL, 0, NULL, '16/1 vanktraman ply City Street, Bangalore', 'Gujarat', '2', 'Bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1151, 'New Laxmi & Co ( Trichi )', '9345101316', NULL, NULL, 0, NULL, '98 Big Chetti street, Trichipalli', 'Gujarat', '620008', 'VRL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1152, 'Rajkot Jewellery ( Delhi )', '9350562639', NULL, NULL, 0, NULL, '5/A Upper meena Bazaar, Cotton Market, jama Masjid , Delhi', 'Gujarat', '110006', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1153, 'Arihant Sai Traders ( Jaipur)', '9351792373', NULL, NULL, 0, NULL, '26-A, Gopalpuri, Pratap Nagar, Sec-6,  Opp Dawai Factory, Bh. Devgiri College, Sanganer Tank, Jaipur', 'Gujarat', '100', 'Silverwing', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1154, 'Premaa Tools ( Coimbatore )', '9362289290', NULL, NULL, 0, NULL, '448-C, Big Bazaar Street, Sudhakar Diamond Complex, Coimbatore', 'Gujarat', '641001', 'VRL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1155, 'Swami Tools ( Madurai )', '9362343308', NULL, NULL, 0, NULL, '11, Chetty Gurunathan Kovil Street Soth Masi street Madurai', 'Gujarat', '625001', 'VRL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1156, 'BC Oswal & Co ( PUNE)', '9371011550', NULL, NULL, 0, NULL, '324, Raviwar Peth, Opp Subanshah Darga, Pune', 'Gujarat', '411002', 'Local', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1157, 'JJ Tools (Rajkot)', '9375701495', NULL, NULL, 0, NULL, 'Saryibhai Street, Beside Rangila Hanuman , Soni Bazaar Rajkot', 'Gujarat', '1', 'HL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1158, 'Natraj Files ( Chennai )', '9381037708', NULL, NULL, 0, NULL, '19/43 , Hanumantharayan , Koil Street, Edapalayam, Sowcarper, Chennai', 'Gujarat', '600003', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1159, 'kamal Tools OLD ( Hyderabad )', '9391025437', NULL, NULL, 0, NULL, '14-4-322, Near Fish Market, Begum Bazaar, Hyderabad', 'Gujarat', '12', 'akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1161, 'Quality Tools Centre cash ( Jaipur)', '9414051009', NULL, NULL, 0, NULL, '815, Tapadiya Bhawan, Jat ke kuwa ka Rasta, Chandpole Bazaar, Jaipur', 'Gujarat', '302001', 'Rajumani Transports', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1162, 'MG Murtaza ( Aurangabad)', '9420242534', NULL, NULL, 0, NULL, 'Flat no 17, 3rd Floor, Shajid Tower opp chehlipura police Station, Aurangabad', 'Gujarat', '431001', 'Quick Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1163, 'M A Umrethwala ( Nasik )', '9421421705', NULL, NULL, 0, NULL, '882 Bhopatti Nasik', 'Gujarat', '422001', 'milan', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1164, 'Nakoda Traders ( Indore )', '9425056366', NULL, NULL, 0, NULL, '25 Dhangali , Indore M P', 'Gujarat', '100', 'Dhariwal Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1165, 'Bharat Traders  ( Ahmedabad)', '9426357104', NULL, NULL, 0, NULL, '456/ 1, sakadi saree naka, manek chowk, Ahmedabad', 'Gujarat', '1', 'Hl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1166, 'Kishore Ojarwala ( Ahmedabad)', '9426618203', NULL, NULL, 0, NULL, '445/3 kandoi khadki, Shreeji Nivas Manek  Chowk, Ahmedabad', 'Gujarat', '380001', 'H L cargo', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1167, 'Niranjan Traders ( Surat)', '9426778337', NULL, NULL, 0, NULL, 'Maniyara Seri lalji Mandir Shop no 3, Surat', 'Gujarat', '100', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1168, 'Kalpesh Chokshi ( Rajkot)', '9427440917', NULL, NULL, 0, NULL, 'Diamond Chamber , Raiyanaka Road, Soni Bazaar, Rajkot', 'Gujarat', '360001', 'H L Cargo', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1169, 'PA Bhanderi ( Jamnagar)', '9427572544', NULL, NULL, 0, NULL, 'Sp Shed no 455, F G.I.D.C Ind Estate, Shanker Tekri   Udyognagar, Jamnagar', 'Gujarat', '361004', 'Ramesh Ambalal', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1170, 'Laxmidhar Tools Abubhai ( Veraval )', '9429542552', NULL, NULL, 0, NULL, 'Zaveri Bazaar, Veraval', 'Gujarat', '362265', 'mahavir Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1171, 'Pankaj Arihant  package n tools ( Hyderabad )', '9440141483', NULL, NULL, 0, NULL, 'Shop no 3, E block mayur kushal complex, abid road ,Gunfoundry Hyderabad', 'Gujarat', '500001', 'Akbar ,  SBN Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1172, 'Akbar ( Chennai )', '9445161198', NULL, NULL, 0, NULL, 'Chennai', 'Gujarat', '100', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1173, 'Balaji Traders ( Hubali )', '9448337272', NULL, NULL, 0, NULL, 'NO 1 KATWE COMPLEX VICTORIA ROAD HUBLI', 'Gujarat', '580020', 'Courer', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1174, 'Ganapathy Enterprise ( Coimbatore )', '9487220077', NULL, NULL, 0, NULL, '29/534, sukrawarpet street, Coimbatore.', 'Gujarat', '614001', 'Sharma', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1175, 'Manibhadra ( Coimbatore )', '9489610848', NULL, NULL, 0, NULL, '185/2A, Subbaya street, Coimbatore', 'Gujarat', '641001', 'BNL ,', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1176, 'Sitaram Ojarwala ( Ahmedabad)', '9537431113', NULL, NULL, 0, NULL, '193/ 6 Nandratan Building ,opp BD College, Sakare Sayree Naka , Manek Chowk, Ahmedabad', 'Gujarat', '380001', 'Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1177, 'Shiv Kumar ( Chennai )', '9600035723', NULL, NULL, 0, NULL, 'No. 25, Rainbow paras Flat, No 504, Ibrahim Street, Kondhirop, Chennai', 'Gujarat', '600079', 'Bnl , Inter india', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1178, 'Ezzi Tools ( Chennai )', '9600192424', NULL, NULL, 0, NULL, 'No .134/18, Appar Street, TMP Nagar, Padi Chennai', 'Gujarat', '600050', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1179, 'Hi Tech Precision Tools ( Jaipur)', '9602744282', NULL, NULL, 0, NULL, 'Shop No B, Guru Kripa Complex, Near Pinjrapol, Goushalad Sangana, Jaipur', 'Gujarat', '302029', 'Shree Tirupati Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1180, 'Sonavane ( Pune)', '9604437293', NULL, NULL, 0, NULL, NULL, 'Gujarat', '100', 'Om sai Transport Service', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1181, 'Vikas ( Jaipur )', '9610447325', NULL, NULL, 0, NULL, 'IT 11 IT park road sitapura Ind Area, Jaipur', 'Gujarat', '302022', 'Silverwing Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1182, 'Guru Krupa Tools  (Jaipur)', '9610688825', NULL, NULL, 0, NULL, '4887, Near Shiv Mandir, Math Ka Kuwa,Kgb Ka Rasta, Johari Bazaar,   Jaipur', 'Gujarat', '302003', 'SILVERWING', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1183, 'Sri Amritha Tools ( Coimbatore )', '9629439531', NULL, NULL, 0, NULL, 'No 209 Telugu Brahim Street, Coimbatore', 'Gujarat', '641001', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1184, 'A J Soni ( Surat )', '9664648003', NULL, NULL, 0, NULL, 'H.No 7/3454-55-58, Shop no 2, Ground Floor, Samir Chamber, Nagoriwadi, Sayedpura, Surat', 'Gujarat', '395004', 'H L Carco', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1185, 'Purkait Jewellery Tools ( Delhi )', '9716936696', NULL, NULL, 0, NULL, '2826, Chelpuri, Kinari Bazaar, Chandani Chowk, Delhi', 'Gujarat', '110006', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1186, 'Mandal Tools ( Delhi)', '9717357960', NULL, NULL, 0, NULL, '2640  G F, Chatra Partap Singh, Kinari Bazaar, Chandni Chowk, Delhi', 'Gujarat', '110006', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1187, 'Ashraf ( Surat )', '9725977832', NULL, NULL, 0, NULL, 'Surat', 'Gujarat', '100', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1188, 'Zangir Bhai Soni  ( Surat )', '9726549676', NULL, NULL, 0, NULL, 'Anbaji Road, Hawadiya Chakla, B.No 9/1152, Surat', 'Gujarat', '395003', 'H L', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1189, 'Bombay Jewellery ( Surat )', '9726977010', NULL, NULL, 0, NULL, '5/1390 Haripura Main Road, Near Dairy Word, Kaskiwad , Surat', 'Gujarat', '390003', 'H L Cargo', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1190, 'Amin Goodluck (Surat)', '9737969093', NULL, NULL, 0, NULL, 'Grd Floor, 7/2086, Suhel Manzil Lalmaiyan Masjid Rd,Krishna Collection, Rampura, Surat', 'Gujarat', '395003', 'Gujarat', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1191, 'Mahendra Jewellery Box ( Bangalore)', '9739609896', NULL, NULL, 0, NULL, 'No 34, M.m lane nagarthper cross, Bangaloe', 'Gujarat', '560002', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1192, 'Jalaram Jeweller Tools ( Pune )', '9763869958', NULL, NULL, 0, NULL, '743/44, Raviwar Peth, Pune', 'Gujarat', '411002', 'Om Sai', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1193, 'Balaji ( Pune )', '9764060999', NULL, NULL, 0, NULL, 'Pune', 'Gujarat', '100', 'Om Sai', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1194, 'ZAN ( Local )', '9769767037', NULL, NULL, 0, NULL, 'Agriyari cross lane', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1195, 'Sagar Universal ( Dahisar )', '9769991774', NULL, NULL, 0, NULL, 'Dahisar', 'Gujarat', '100', 'Bombay Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1196, 'GSSA (jal)', '9781987924', NULL, NULL, 0, NULL, 'Ja', 'Gujarat', '100', 'Bombau', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1197, 'Surbhi chems ( Delhi )', '9810045111', NULL, NULL, 0, NULL, '33/3167 , Saraswati marg, beadon Pura Karol bagh, New Delhi', 'Gujarat', '110005', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1198, 'Nagpal Glowel ( Delhi )', '9810100523', NULL, NULL, 0, NULL, '33 / 3185, Beadon Pura Karol Baugh,  New Delhi', 'Gujarat', '5', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1199, 'Sahani Tools Stores ( Delhi )', '9811163665', NULL, NULL, 0, NULL, '3166, Beadon Pura, Gali No 33 karol Baugh, New Delhi', 'Gujarat', '110005', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1200, 'Soni Yunus ( Local )', '9819561852', NULL, NULL, 0, NULL, 'Dhanji Street', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1201, 'New Indian Tools ( Dahisar  E  )', '9821251403', NULL, NULL, 0, NULL, 'Shop no 2 , Soni Diamond Building, Yashwantro tawde Road , opp. vishwakarma Steel Work, Dahisar (E )', 'Gujarat', '400068', 'Bombay Tools', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1202, 'Star Shabbir Mukadam ( Local )', '9821334952', NULL, NULL, 0, NULL, 'Dhanji street', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1203, 'Kunal Tools Pradeep Bhai ( Pune )', '9822088550', NULL, NULL, 0, NULL, '738 Ravivar Peth, Juni Bhaji ali, Near Moti Chowk, Pune', 'Gujarat', '411002', 'Om Sai', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1204, 'Sai Plastic ( PUNE)', '9822187979', NULL, NULL, 0, NULL, '491, Raviwar Peth, Shop No 6, Below Punjab Bank, Moti Chowk, Pune', 'Gujarat', '411002', 'Om sai Transport Service', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1205, 'Asgari Tools ( Nasik )', '9822442472', NULL, NULL, 0, NULL, 'Shop No 952 , Sharaf Bhazar Nasik', 'Gujarat', '100', 'Milan', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1206, 'DH Shah ( Pune)', '9823033522', NULL, NULL, 0, NULL, '506, Raviwar Peth, Moti Chowk , Pune', 'Gujarat', '411002', 'Om Sai transport service', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1207, 'Arvind Art Jewellery', '9823040000', NULL, NULL, 0, NULL, 'Nikalas Mandir road, Itwari Nagpur', 'Gujarat', '440002', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1208, 'Shekar Jewellery ( Nagpur)', '9823130518', NULL, NULL, 0, NULL, 'Alankar Market, Nikalas Mandir Road, Itwari, Nagpur', 'Gujarat', '2', 'Quick courier', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1209, 'Ramdas ( Baroda)', '9824031274', NULL, NULL, 0, NULL, 'Bank Road Near Champaner , Vododara', 'Gujarat', '390006', 'Mahavir , Sainath', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1210, 'Jipsy Metal ( Jamnagar)', '9824220550', NULL, NULL, 0, NULL, 'Shakti Bhuvan Near Haribhai Dispensary, Gulabnagar,Jamnagar', 'Gujarat', '361007', 'Ramnesh Ambalal Angadia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1211, 'Ekta Dies & Machine ( Rajkot', '9824293195', NULL, NULL, 0, NULL, '3, Anmol Chambers, Boghanisiri, Soni Bazaar, Rajkot', 'Gujarat', '360003', 'HL Courier', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1212, 'Jalpa Tools ( Ahmedabad )', '9824685180', NULL, NULL, 0, NULL, '55, sethi ni pole, ratanpole, Ahmedabad', 'Gujarat', '380001', 'Hl', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1213, 'Jagdishbhai Soni ( Vadodara )', '9825083885', NULL, NULL, 0, NULL, '1st floor, suvarnaraj complex, opp. Hetal Saree Centre,  Samal Bechar\'s Pole, Mandvi, Vododara', 'Gujarat', '100', 'Surya Cargo', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1214, 'Noorani  Amin Brothers ( Bhuj )', '9825186798', NULL, NULL, 0, NULL, 'Near, Minara masjid, Bhuj', 'Gujarat', '370001', 'Mohraj Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1215, 'Pallaw Daimand ( Surat )', '9825368054', NULL, NULL, 0, NULL, 'Surat', 'Gujarat', '100', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1216, 'Soni Tools ( Navsari)', '9825389425', NULL, NULL, 0, NULL, 'Shop no 3, J.B House Opp, Bhikhabhai Bhajiawala, Navsari', 'Gujarat', '396445', 'Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1217, 'Rajkot Ojarwala ( Ahmedabad)', '9825462106', NULL, NULL, 0, NULL, 'Sheth, pole ratan pole, Ahmedabad', 'Gujarat', '380001', 'HL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1218, 'Soni Chaman Lal ( Surender Nagar )', '9825496238', NULL, NULL, 0, NULL, 'swami narayan no dailo, opp SBI bank, Surendernagar', 'Gujarat', '363001', 'Gujarat Goods and Services ,  shree Mahavir Couriered', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1219, 'A 1 Traders Bharat Bhai ( Surat )', '9825623993', NULL, NULL, 0, NULL, 'Manujar Seri ka naka, Mahigarpura, Surat', 'Gujarat', '395003', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1220, 'Bhagavati Machine Tools ( Rajkot)', '9825679880', NULL, NULL, 0, NULL, '4, Patelnagar, 80 Feet Road, Rajkot', 'Gujarat', '360002', 'Hl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1221, 'Sriji Ojarwala ( Rajkot )', '9825830764', NULL, NULL, 0, NULL, 'Sharad Chamber, savjibhai street corner, soni bazaar,  Rajkot', 'Gujarat', '360001', 'Gujarat Goods', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1222, 'Burhani Tools ( Ahmedabad)', '9825900822', NULL, NULL, 0, NULL, '2370 Zakariya Masjid Ahmedabad', 'Gujarat', '100', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1223, 'Assanand & sons (Jaipur )', '9828568491', NULL, NULL, 0, NULL, '67, Gopaljee ka rasta, Soni Bazaar , Jaipur', 'Gujarat', '100', 'SMC', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1224, 'S r Enterprise ( Jaipur )', '9829966799', NULL, NULL, 0, NULL, '1585, jadiya ka rasta, somani mishthan bhandar ke paas, chora rasta , Jaipur', 'Gujarat', '302003', 'SIlver wing', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1225, 'Sitala Tools (  Howrah )', '9830588023', NULL, NULL, 0, NULL, 'Domjur Opp sitalia mandir Near Rail Bridge Howrah', 'Gujarat', '711405', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1226, 'Jayantilal (Kolkata)', '9831004080', NULL, NULL, 0, NULL, 'Ganpati Chambers, 2nd Floor 122A, Chittaranjan avenue, Near Mohammedali Park, Kolkatta', 'Gujarat', '700073', 'News Air Services', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1227, 'Laxmi Store ( Kolkatta )', '9831578720', NULL, NULL, 0, NULL, '37, Garanahata Street, Kolkatta', 'Gujarat', '700006', 'News', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1228, 'Hasan Traders ( Kolkotta )', '9831646138', NULL, NULL, 0, NULL, '9B kachinath Malik Lane, Kolkatta', 'Gujarat', '700073', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1229, 'Idris Jariwala & Sons ( Bhindi Bazaar )', '9833197245', NULL, NULL, 0, NULL, 'Bhindi Bazaar', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1230, 'Universal Tools ( Chennai )', '9841036208', NULL, NULL, 0, NULL, '2, MHS Road, K.P Complex, Red 10 Market, Chennai', 'Gujarat', '2', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1231, 'Mayuri Tools ( Chennai )', '9841810423', NULL, NULL, 0, NULL, 'No 1 Hussain sahib Street, Edapalayam, Chennai', 'Gujarat', '641004', 'Sharma', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1232, 'Vardhaman Manoj ( Bangalore )', '9844044099', NULL, NULL, 0, NULL, '10,  Second Cross R.T Street, Anchepet', 'Gujarat', '560053', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1233, 'Mahaveer Vardhaman Scale ( Bangalore )', '9845735656', NULL, NULL, 0, NULL, '927/113, Nagarthpet main Road, Next to keerthi Plaza, Near Pathi Saree, Bangalore', 'Gujarat', '560002', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1234, 'Dhara Tools ( Secunderabad )', '9848462105', NULL, NULL, 0, NULL, '1-5-225 opp chekoti complex genaralbazar  Secunderabad', 'Gujarat', '500003', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1235, 'Alankar Tools ( Secundrabad )', '9849690133', NULL, NULL, 0, NULL, '1/5/220, Gola Guda, Kandoji Bazaar, Near Chikoti Complex, Next to masjid, Secunderabad', 'Gujarat', '500003', 'Akbar parcell Service', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1236, 'Sri laxmi ( hyderabad)', '9849912613', NULL, NULL, 0, NULL, NULL, 'Gujarat', '100', 'Akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1237, 'Mahalaxmi Tools ( Secunderabad )', '9849912614', NULL, NULL, 0, NULL, 'DNO 1/ 5/ 61 AND 1/ 5 /238, SHOP NO 1 AND 3 , B R COMPLEX DHANBAZAR KALASIGUDA , SECUNDERABAD,', 'Gujarat', '500003', 'Akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1238, 'S R Jewellerys Viral Bhai ( Surat )', '9867257797', NULL, NULL, 0, NULL, 'H.no 7/2780, Vav Sheri, Near Personal Group Tution,  Sayedpura , Surat', 'Gujarat', '100', 'Shree nandan', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1239, 'Patiala jewellrs (Ludhiana)', '9872600078', NULL, NULL, 0, NULL, 'Sarafa bazar , Ludhiana', 'Gujarat', '100', 'Nav Durga Cargo', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1240, 'Arpan Enterprice ( Rajkot )', '9879074051', NULL, NULL, 0, NULL, 'Sorathiyawadi Street No 10, Near J K Mall, Rajkot', 'Gujarat', '360002', 'Gujarat', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1241, 'JK Agencies Husain ( Bangalore )', '9880647758', NULL, NULL, 0, NULL, 'No 17/8 Benki nawaab Street, SJP Road Cross Bangalore', 'Gujarat', '560002', 'Inter india', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1242, 'Hakeem Traders ( Chennai )', '9884369812', NULL, NULL, 0, NULL, 'Old No 39 New No 102, Sembudoss Street, Chennai', 'Gujarat', '600001', 'Inder India', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1243, 'Sri Rajasthan Plastic ( Chennai )', '9884812834', NULL, NULL, 0, NULL, '54A/6 Perumal Madali street, 161/6 mint street,  sowcarpet channai', 'Gujarat', '600001', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1244, 'Hari Om Enterprise ( Jaipur)', '9887853052', NULL, NULL, 0, NULL, '115 -A, Hanuman City Indrapuri Colony,  Sitapura, sanganer . Jaipur', 'Gujarat', '302022', 'Silverwing', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1245, 'Amit Tools Centre (Nagpur)', '9890070501', NULL, NULL, 0, NULL, 'Itwari Nikalas Mandir Road, Bapurao Gali, Opp karan Kothari jewellery, Near Madhavnath Mandir Nagpur', 'Gujarat', '2', 'HAnd', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1246, 'Ak Majid Bhai ( Delhi )', '9891318484', NULL, NULL, 0, NULL, 'Shop no 278, Meena Bazaar Tools Market, Jama Masjid  New delhi', 'Gujarat', '110006', 'Bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1247, 'IWTC', '9892277579', NULL, NULL, 0, NULL, 'Bhindi Bazaar', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1248, 'Subhash Bangali ( Bhayander )', '9892704382', NULL, NULL, 0, NULL, 'Shop No 4/C, Vallabh Shopping Centre Chs , B.Proad New Dena Bank , Bhayander (E) Dist Thane', 'Gujarat', '401105', 'Swami Samarth transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1249, 'karpagam Tools ( Coimbatore )', '9894095917', NULL, NULL, 0, NULL, 'No 80/267, Thiyagi Kumaran Street, Coimbatore', 'Gujarat', '641001', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1250, 'Janatha Gems Silver Jewellery ( kerala )', '9895124343', NULL, NULL, 0, NULL, 'Perumana Main Road Arcade , Kayankulam', 'Gujarat', '690502', 'Kerela', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1251, 'Manek Ojarwala ( Ahmedabad)', '9898154424', NULL, NULL, 0, NULL, 'Sankadi Sheri Naka, Manekchowk, Ahmedabad l', 'Gujarat', '380001', 'Rajesh Ambalal', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1252, 'Arif HR Tools ( Surat)', '9898247686', NULL, NULL, 0, NULL, 'Surat', 'Gujarat', '100', 'H L Cargo', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1253, 'lakhani Tools ( Rajkot )', '9898272700', NULL, NULL, 0, NULL, 'Rajkot', 'Gujarat', '100', 'H L , Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1254, 'Shivdhara ( Ahmedabad)', '9898573254', NULL, NULL, 0, NULL, 'shop no 10-1, venu gopal society, opp uma vidhyalay, Nikol Naroda road, Ahmedabad', 'Gujarat', '382350', 'Sainath HL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1255, 'Amrolld Marketing ( Delhi )', '9899320071', NULL, NULL, 0, NULL, '3090/35, Beadon Pura, Karol Bagh,New Delhi', 'Gujarat', '110005', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1256, 'RR Vivek (Delhi)', '9899320071', NULL, NULL, 0, NULL, 'gali no 8/3561, Ground floor, regarpura, larp baug, new Delhi', 'Gujarat', '110005', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1257, 'Sitaram Tools  ( Kolkatta )', '9903399675', NULL, NULL, 0, NULL, 'Kolkatta', 'Gujarat', '100', 'Sm Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1258, 'Galaxy Tools Stores (Kolkatta)', '9903970469', NULL, NULL, 0, NULL, '13 , Ratu Sarkar Lane, 1st floor, Kolkatta', 'Gujarat', '700073', 'SM', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1259, 'Thermo ( Rajkot)', '9909009945', NULL, NULL, 0, NULL, 'Rajkot', 'Gujarat', '1', 'Sainath', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1260, 'Darshan Tools ( Surat )', '9909076499', NULL, NULL, 0, NULL, 'Shop no 4, Sana Park, Near Pampura petrol Pump,  Saiyad Pura Nagoriwad Surat', 'Gujarat', '395003', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1261, 'PS Impex ( Delhi )', '9911915464', NULL, NULL, 0, NULL, 'Ground Floor, Khasra No 101/14, West kamal Vihar, Kamalpur, North Delhi,', 'Gujarat', '110084', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1263, 'Soni Tools cash ( Navsari)', '9825389425', NULL, NULL, 0, NULL, 'Shop no 3, J.B House Opp, Bhikhabhai Bhajiawala, Navsari', 'Gujarat', '396445', 'Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1265, 'Rajkot Ojarwala cash( Ahmedabad)', '9825462106', NULL, NULL, 0, NULL, 'Sheth, pole ratan pole, Ahmedabad', 'Gujarat', '380001', 'HL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1267, 'Soni Chaman Lal cash( Surender Nagar )', '9825496238', NULL, NULL, 0, NULL, 'swami narayan no dailo, opp SBI bank, Surendernagar', 'Gujarat', '363001', 'Gujarat Goods and Services ,  shree Mahavir Couriered', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1269, 'A 1 Traders Bharat Bhai cash( Surat )', '9825623993', NULL, NULL, 0, NULL, 'Manujar Seri ka naka, Mahigarpura, Surat', 'Gujarat', '395003', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1271, 'Bhagavati Machine Tools cash( Rajkot)', '9825679880', NULL, NULL, 0, NULL, '4, Patelnagar, 80 Feet Road, Rajkot', 'Gujarat', '360002', 'Hl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1273, 'Sriji Ojarwala cash( Rajkot )', '9825830764', NULL, NULL, 0, NULL, 'Sharad Chamber, savjibhai street corner, soni bazaar,  Rajkot', 'Gujarat', '360001', 'Gujarat Goods', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1274, 'Burhani Tools cash( Ahmedabad)', '9825900822', NULL, NULL, 0, NULL, '2370 Zakariya Masjid Ahmedabad', 'Gujarat', '100', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1275, 'Assanand & sons cash(Jaipur )', '9828568491', NULL, NULL, 0, NULL, '67, Gopaljee ka rasta, Soni Bazaar , Jaipur', 'Gujarat', '100', 'SMC', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1276, 'S r Enterprise cash( Jaipur )', '9829966799', NULL, NULL, 0, NULL, '1585, jadiya ka rasta, somani mishthan bhandar ke paas, chora rasta , Jaipur', 'Gujarat', '302003', 'SIlver wing', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1277, 'Sitala Tools cash(  Howrah )', '9830588023', NULL, NULL, 0, NULL, 'Domjur Opp sitalia mandir Near Rail Bridge Howrah', 'Gujarat', '711405', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1278, 'Jayantilal cash(Kolkata)', '9831004080', NULL, NULL, 0, NULL, 'Ganpati Chambers, 2nd Floor 122A, Chittaranjan avenue, Near Mohammedali Park, Kolkatta', 'Gujarat', '700073', 'News Air Services', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1279, 'Laxmi Store cash( Kolkatta )', '9831578720', NULL, NULL, 0, NULL, '37, Garanahata Street, Kolkatta', 'Gujarat', '700006', 'News', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1280, 'Hasan Traders cash( Kolkotta )', '9831646138', NULL, NULL, 0, NULL, '9B kachinath Malik Lane, Kolkatta', 'Gujarat', '700073', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1281, 'Idris Jariwala & Sons cash( Bhindi Bazaar )', '9833197245', NULL, NULL, 0, NULL, 'Bhindi Bazaar', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1282, 'Universal Tools cash( Chennai )', '9841036208', NULL, NULL, 0, NULL, '2, MHS Road, K.P Complex, Red 10 Market, Chennai', 'Gujarat', '2', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1284, 'Mayuri Tools cash( Chennai )', '9841810423', NULL, NULL, 0, NULL, 'No 1 Hussain sahib Street, Edapalayam, Chennai', 'Gujarat', '641004', 'Sharma', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1285, 'Vardhaman Manoj cash( Bangalore )', '9844044099', NULL, NULL, 0, NULL, '10,  Second Cross R.T Street, Anchepet', 'Gujarat', '560053', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1286, 'Mahaveer Vardhaman Scale cash( Bangalore )', '9845735656', NULL, NULL, 0, NULL, '927/113, Nagarthpet main Road, Next to keerthi Plaza, Near Pathi Saree, Bangalore', 'Gujarat', '560002', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1287, 'Dhara Tools cash( Secunderabad )', '9848462105', NULL, NULL, 0, NULL, '1-5-225 opp chekoti complex genaralbazar  Secunderabad', 'Gujarat', '500003', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1288, 'Alankar Tools cash( Secundrabad )', '9849690133', NULL, NULL, 0, NULL, '1/5/220, Gola Guda, Kandoji Bazaar, Near Chikoti Complex, Next to masjid, Secunderabad', 'Gujarat', '500003', 'Akbar parcell Service', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1289, 'Sri laxmi cash( hyderabad)', '9849912613', NULL, NULL, 0, NULL, NULL, 'Gujarat', '100', 'Akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1290, 'Mahalaxmi Tools cash( Secunderabad )', '9849912614', NULL, NULL, 0, NULL, 'DNO 1/ 5/ 61 AND 1/ 5 /238, SHOP NO 1 AND 3 , B R COMPLEX DHANBAZAR KALASIGUDA , SECUNDERABAD,', 'Gujarat', '500003', 'Akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1291, 'S R Jewellerys Viral Bhai cash( Surat )', '9867257797', NULL, NULL, 0, NULL, 'H.no 7/2780, Vav Sheri, Near Personal Group Tution,  Sayedpura , Surat', 'Gujarat', '100', 'Shree nandan', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1292, 'Patiala jewellrs cash(Ludhiana)', '9872600078', NULL, NULL, 0, NULL, 'Sarafa bazar , Ludhiana', 'Gujarat', '100', 'Nav Durga Cargo', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1293, 'Arpan Enterprice cash( Rajkot )', '9879074051', NULL, NULL, 0, NULL, 'Sorathiyawadi Street No 10, Near J K Mall, Rajkot', 'Gujarat', '360002', 'Gujarat', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1294, 'JK Agencies Husain cash( Bangalore )', '9880647758', NULL, NULL, 0, NULL, 'No 17/8 Benki nawaab Street, SJP Road Cross Bangalore', 'Gujarat', '560002', 'Inter india', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1295, 'Hakeem Traders cash( Chennai )', '9884369812', NULL, NULL, 0, NULL, 'Old No 39 New No 102, Sembudoss Street, Chennai', 'Gujarat', '600001', 'Inder India', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1296, 'Sri Rajasthan Plastic cash( Chennai )', '9884812834', NULL, NULL, 0, NULL, '54A/6 Perumal Madali street, 161/6 mint street,  sowcarpet channai', 'Gujarat', '600001', 'BNL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1297, 'Hari Om Enterprise cash( Jaipur)', '9887853052', NULL, NULL, 0, NULL, '115 -A, Hanuman City Indrapuri Colony,  Sitapura, sanganer . Jaipur', 'Gujarat', '302022', 'Silverwing', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1298, 'Amit Tools Centre cash(Nagpur)', '9890070501', NULL, NULL, 0, NULL, 'Itwari Nikalas Mandir Road, Bapurao Gali, Opp karan Kothari jewellery, Near Madhavnath Mandir Nagpur', 'Gujarat', '2', 'HAnd', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1299, 'Ak Majid Bhai cash( Delhi )', '9891318484', NULL, NULL, 0, NULL, 'Shop no 278, Meena Bazaar Tools Market, Jama Masjid  New delhi', 'Gujarat', '110006', 'Bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1301, 'IWTC cash', '9892277579', NULL, NULL, 0, NULL, 'Bhindi Bazaar', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1302, 'Subhash Bangali cash( Bhayander )', '9892704382', NULL, NULL, 0, NULL, 'Shop No 4/C, Vallabh Shopping Centre Chs , B.Proad New Dena Bank , Bhayander (E) Dist Thane', 'Gujarat', '401105', 'Swami Samarth transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1303, 'karpagam Tools cash( Coimbatore )', '9894095917', NULL, NULL, 0, NULL, 'No 80/267, Thiyagi Kumaran Street, Coimbatore', 'Gujarat', '641001', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1304, 'Janatha Gems Silver Jewellery cash( kerala )', '9895124343', NULL, NULL, 0, NULL, 'Perumana Main Road Arcade , Kayankulam', 'Gujarat', '690502', 'Kerela', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1305, 'Manek Ojarwala cash( Ahmedabad)', '9898154424', NULL, NULL, 0, NULL, 'Sankadi Sheri Naka, Manekchowk, Ahmedabad l', 'Gujarat', '380001', 'Rajesh Ambalal', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1307, 'Arif HR Tools cash( Surat)', '9898247686', NULL, NULL, 0, NULL, 'Surat', 'Gujarat', '100', 'H L Cargo', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1308, 'lakhani Tools cash( Rajkot )', '9898272700', NULL, NULL, 0, NULL, 'Rajkot', 'Gujarat', '100', 'H L , Gujarat Goods', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1309, 'Shivdhara cash( Ahmedabad)', '9898573254', NULL, NULL, 0, NULL, 'shop no 10-1, venu gopal society, opp uma vidhyalay, Nikol Naroda road, Ahmedabad', 'Gujarat', '382350', 'Sainath HL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00');
INSERT INTO `customers` (`id`, `name`, `mobile`, `gst_number`, `msme_number`, `is_sez`, `contact_person`, `billing_address`, `state`, `pincode`, `transportation_name`, `vpp_cod`, `party_type`, `mode_type`, `payment_type`, `cash_option`, `created_at`, `updated_at`) VALUES
(1310, 'Amrolld Marketing cash( Delhi )', '9899320071', NULL, NULL, 0, NULL, '3090/35, Beadon Pura, Karol Bagh,New Delhi', 'Gujarat', '110005', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1311, 'RR Vivek cash(Delhi)', '9899320071', NULL, NULL, 0, NULL, 'gali no 8/3561, Ground floor, regarpura, larp baug, new Delhi', 'Gujarat', '110005', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1312, 'Sitaram Tools  cash( Kolkatta )', '9903399675', NULL, NULL, 0, NULL, 'Kolkatta', 'Gujarat', '100', 'Sm Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1313, 'Galaxy Tools Stores cash(Kolkatta)', '9903970469', NULL, NULL, 0, NULL, '13 , Ratu Sarkar Lane, 1st floor, Kolkatta', 'Gujarat', '700073', 'SM', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1314, 'Thermo cash( Rajkot)', '9909009945', NULL, NULL, 0, NULL, 'Rajkot', 'Gujarat', '1', 'Sainath', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1315, 'Darshan Tools cash( Surat )', '9909076499', NULL, NULL, 0, NULL, 'Shop no 4, Sana Park, Near Pampura petrol Pump,  Saiyad Pura Nagoriwad Surat', 'Gujarat', '395003', 'Chamunda', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1316, 'PS Impex cash( Delhi )', '9911915464', NULL, NULL, 0, NULL, 'Ground Floor, Khasra No 101/14, West kamal Vihar, Kamalpur, North Delhi,', 'Gujarat', '110084', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1317, 'Soni Tools cash( Surat )', '9913032154', NULL, NULL, 0, NULL, '12/B/3094-96 Ground Floor Shop No.1-2, A.M. Appt Haradiya Sheri, Rani Talab, Surat', 'Gujarat', '395003', 'Chamunda, Gujarat Goods , HL Angadia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1318, 'Sevenstar Jewellery cash( Surat )', '9913316661', NULL, NULL, 0, NULL, 'Shop no 9, Krisna Complex, Near Asaravala Hospital, Saiyed Pura Main Road, Surat', 'Gujarat', '395003', 'HL Cargo', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1319, 'Laxmi cash( Pune )', '9922221146', NULL, NULL, 0, NULL, '468, Near Mahesh Bank, Raviwar Peth, Pune', 'Gujarat', '411002', 'New Shree Swami Samrath Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1320, 'SA Brother cash( Limbdi )', '9924078272', NULL, NULL, 0, NULL, 'Jawahar Road , Opp Vaidh Street, Behind vegetable Market, Dist Surendranagar  Limbdi', 'Gujarat', '363421', 'Mahavir Courier', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1321, 'Anjna Industry cash( Rajkot )', '9924488096', NULL, NULL, 0, NULL, 'Survery No 46/1, Plot N 12, Behind Krimisha , Enterprise, 50 Feet Road, Vavdi Rajkot', 'Gujarat', '360004', 'Sainth H L carco', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1322, 'New Bombay cash( Chennai )', '9940177997', NULL, NULL, 0, NULL, 'Shop no 2A, No 1 & 3, krishnapaa Maistry Street, Sowcarpet, Chennai', 'Gujarat', '600003', 'Inter India', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1323, 'STR Tools cash( Coimbatore )', '9943981971', NULL, NULL, 0, NULL, '1032-A, Big Bazaar Street, Coimbatore', 'Gujarat', '641001', 'Bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1324, 'Chandra cash(Trichi)', '9944400700', NULL, NULL, 0, NULL, '415 Big Bazaar, Trichi', 'Gujarat', '620008', 'VRL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1325, 'P Seshachalam Tools cash( Chennai)', '9952523113', NULL, NULL, 0, NULL, '13 Krishnappa maistry Street, Edapalayam Chennai', 'Gujarat', '600003', 'Inter', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1326, 'Dinanath Ajay cash(Delhi)', '9953435647', NULL, NULL, 0, NULL, 'HO 1914, Chatta Madan Gopal, Maliwada, Delhi', 'Gujarat', '6', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1327, 'Sri Rounak cash( Chennai )', '9962597479', NULL, NULL, 0, NULL, '14, Hanuman Rayan Koil Street, Edapalayam, chennai', 'Gujarat', '600003', 'BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1328, 'Kuber Tools cash( Vijayawada )', '9963656607', NULL, NULL, 0, NULL, '27-14-62, Shop No : 2, Opp Ok Silks, Rajagopalachari Road, Governer Peth, Vijayawada', 'Gujarat', '520002', 'A P travels and Cargo', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1329, 'Premnath Tools cash( Bangalore)', '9964729956', NULL, NULL, 0, NULL, 'No 9 S.N.R Complex No 39 , Appaji Rao Lane, C.T Street Cross , Bangalore', 'Gujarat', '560002', 'Sharma , BNL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1330, 'New Kolkata Tools cash( Secunderabad )', '9966653769', NULL, NULL, 0, NULL, 'Shop no G 4 , 1-5-207, beside chikotu complex, Transformer, kalasiguda, Secunderabad', 'Gujarat', '500003', 'akbar', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1331, 'HA Hardware cash( Bangalore )', '9972188851', NULL, NULL, 0, NULL, '59/ 1 / 1 , S. P Road', 'Gujarat', '560002', 'Interindia', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1332, 'Abbas ( Karbala )', '9978996752', NULL, NULL, 0, NULL, 'Karbala', 'Gujarat', '100', 'Akbar', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1333, 'Hiru New Soni Tools ( Surat )', '9979379601', NULL, NULL, 0, NULL, 'Room no 7/3378-84, Nagaoriwad, near Diamond Appt, Rampura, Surat', 'Gujarat', '395003', 'Gujarat', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1334, 'Madhav Ashiwad ( Bangalore )', '9980548503', NULL, NULL, 0, NULL, '14/1. 1st Cross, balapur market , sathyapaplaza, r.t street, bangalore', 'Gujarat', '560053', 'Bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1335, 'Rahul Tools ( Raipur)', '9981666660', NULL, NULL, 0, NULL, 'Badhupara, Near Dani Bada, Raipur C.G', 'Gujarat', '492001', 'bnl', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1336, 'Shri Tirupati Box ( Ratlam)', '9993815616', NULL, NULL, 0, NULL, 'Shop No 5 Shree Ganesh Market ,Sarfa Asasion Market,Chandni Chowk, Ratlam', 'Gujarat', '100', 'Navin Orient Transport', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1337, 'Madhu Tools Centre ( Coimbatore )', '9994454947', NULL, NULL, 0, NULL, 'No 999, Big Bazaar Street, Opp Vasavi Hospital   Coimbatore', 'Gujarat', '641001', 'BNL . VRL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1338, 'KRK Jewellery ( Villupuram )', '9994567487', NULL, NULL, 0, NULL, 'No. 76/28, Opp, Perumal Kovil,  Villupuram', 'Gujarat', '605602', 'VRL', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1339, 'Rajasthan Ojarwala ( Ahmedabad)', '9998371988', NULL, NULL, 0, NULL, '1162/1 Pankor Naka, Ahmedabad', 'Gujarat', '380001', 'H L cargo', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1340, 'Saifuddin ( Surat )', '9998532851', NULL, NULL, 0, NULL, 'Surat', 'Gujarat', '100', 'Surat', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1341, 'Shree Jewels ( Rajkot)', '9998815907', NULL, NULL, 0, NULL, '1- Hathikhana Road, Near Shilpa Jewellers, Soni Bazaar, Rajkot', 'Gujarat', '360004', 'BnL', 1, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1342, 'Achintoyo ( LOCAL)', '123', NULL, NULL, 0, NULL, '88/90 Abdul Rehman , shop no.4,', 'Gujarat', '400003', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1343, 'Popular Mansur ( Local )', '123', NULL, NULL, 0, NULL, 'Danji street', 'Gujarat', '400003', 'hand delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1344, 'Akbar Bhai (Madagascar)', '123', NULL, NULL, 0, NULL, 'Madagascar', 'Gujarat', '100', 'Self', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1345, 'Aziz Dhanji (Local)', '123', NULL, NULL, 0, NULL, 'Dhanji Street', 'Gujarat', '100', 'Hand delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1347, 'Cash counter sales', '123', NULL, NULL, 0, NULL, 'Hand', 'Gujarat', '100', 'Hand', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1348, 'CTS', '123', NULL, NULL, 0, NULL, 'Bhindi', 'Gujarat', '100', 'Hand Deliver', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1349, 'Manoj 78a', '123', NULL, NULL, 0, NULL, NULL, 'Gujarat', '100', NULL, 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1350, 'MIn', '123', NULL, NULL, 0, NULL, NULL, 'Gujarat', '100', NULL, 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(1351, 'TH Taher ( Local )', '123', NULL, NULL, 0, NULL, 'Zaveru bazaar', 'Gujarat', '100', 'Hand Delivery', 0, 'both', 'cash', 'credit', NULL, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(255) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `queue` varchar(255) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) UNSIGNED NOT NULL,
  `reserved_at` int(10) UNSIGNED DEFAULT NULL,
  `available_at` int(10) UNSIGNED NOT NULL,
  `created_at` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `job_batches`
--

CREATE TABLE `job_batches` (
  `id` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `total_jobs` int(11) NOT NULL,
  `pending_jobs` int(11) NOT NULL,
  `failed_jobs` int(11) NOT NULL,
  `failed_job_ids` longtext NOT NULL,
  `options` mediumtext DEFAULT NULL,
  `cancelled_at` int(11) DEFAULT NULL,
  `created_at` int(11) NOT NULL,
  `finished_at` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `opening_balances`
--

CREATE TABLE `opening_balances` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `amount` decimal(12,2) NOT NULL,
  `direction` enum('receive','payable') NOT NULL,
  `as_of_date` date NOT NULL,
  `fiscal_year` varchar(9) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `opening_balances`
--

INSERT INTO `opening_balances` (`id`, `customer_id`, `company_id`, `amount`, `direction`, `as_of_date`, `fiscal_year`, `created_at`, `updated_at`) VALUES
(1, 119, 1, 23450.00, 'receive', '2026-03-31', '2025-26', '2026-04-01 06:27:14', '2026-04-01 06:27:14'),
(2, 499, 1, 20119.00, 'receive', '2026-03-31', '2025-26', '2026-04-01 06:42:49', '2026-04-01 06:42:49'),
(3, 387, 1, 2962.00, 'receive', '2026-03-31', '2025-26', '2026-04-01 11:31:21', '2026-04-01 11:31:21'),
(4, 1137, 2, 167375.00, 'receive', '2026-03-31', '2025-26', '2026-04-02 05:50:06', '2026-04-02 05:50:06');

-- --------------------------------------------------------

--
-- Table structure for table `password_reset_tokens`
--

CREATE TABLE `password_reset_tokens` (
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` text NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `product_id` varchar(50) NOT NULL,
  `name` varchar(255) NOT NULL,
  `unit` varchar(50) NOT NULL,
  `hsn` varchar(20) NOT NULL,
  `image_path` varchar(255) DEFAULT NULL,
  `c1` decimal(10,0) NOT NULL DEFAULT 0,
  `c2` decimal(10,0) NOT NULL DEFAULT 0,
  `c3` decimal(10,0) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `product_id`, `name`, `unit`, `hsn`, `image_path`, `c1`, `c2`, `c3`, `created_at`, `updated_at`) VALUES
(1, 'A1', 'Abbrasive Apple Paper 220', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-31 10:50:52'),
(2, 'A2', 'Abbrasive Apple Paper 320', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-31 11:06:38'),
(3, 'A3', 'Abbrasive DearFos Paper 220', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(4, 'A4', 'Abbrasive DearFos Paper 320', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-31 11:06:38'),
(5, 'A5', 'Abbrasive DearFos Paper 400', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(6, 'A6', 'Abbrasive DearFos Paper 600', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(7, 'A7', 'Abbrasive Emery Ring 51pc Sandrum set', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(8, 'A8', 'Abbrasive Jon Ok Paper 220', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(9, 'A9', 'Abbrasive Matador Paper 1000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(10, 'A10', 'Abbrasive Matador Paper 1200', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(11, 'A11', 'Abbrasive Matador Paper 1500', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(12, 'A12', 'Abbrasive Matador Paper 2000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(13, 'A13', 'Abbrasive Matador Paper 220', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(14, 'A14', 'Abbrasive Matador Paper 2500', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(15, 'A15', 'Abbrasive Matador Paper 3000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(16, 'A16', 'Abbrasive Matador Paper 320', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(17, 'A17', 'Abbrasive Matador Paper 400', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(18, 'A18', 'Abbrasive Matador Paper 600', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(19, 'A19', 'Abbrasive Matador Paper 800', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(20, 'A20', 'Abbrasive Paper Moore\'s Disk', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(21, 'A21', 'Abbrasive Paper Moore\'s Disk With Revit', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(22, 'A22', 'Abbrasive Premier Emery Paper 1 to 6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(23, 'A23', 'Abbrasive Premier Emery Paper 1/0 to 6/0', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(24, 'A24', 'Abbrasive Sia Paper 1000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(25, 'A25', 'Abbrasive Sia Paper 1200', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(26, 'A26', 'Abbrasive Sia Paper 1500', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(27, 'A27', 'Abbrasive Sia Paper 2000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(28, 'A28', 'Abbrasive Sia paper 220', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(29, 'A29', 'Abbrasive Sia Paper 320', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(30, 'A30', 'Abbrasive Sia paper 400', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(31, 'A31', 'Abbrasive Sia Paper 600', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(32, 'A32', 'Abbrasive Sia paper 800', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(33, 'A33', 'Abbrasive Superfine Paper 5000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(34, 'A34', 'Ajanta Clip Foot', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(35, 'A35', 'Ajanta scale 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(36, 'A36', 'Ajanta scale 18\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(37, 'A37', 'Ajanta scale 24\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(38, 'A38', 'Ajanta scale 36\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(39, 'A39', 'Alcohol Lamp Adjustable', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(40, 'A40', 'Aluminium 12 Dubbi 53x24 Loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(41, 'A41', 'Aluminium 20 Dubbi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(42, 'A42', 'Aluminium 6 Dubbi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(43, 'A43', 'Aluminium Dubbi  45 mm No 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(44, 'A44', 'Aluminium Dubbi 41x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(45, 'A45', 'Araldite 10 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(46, 'A46', 'Araldite 13 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(47, 'A47', 'Araldite 36 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(48, 'A48', 'Araldite 9 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(49, 'A49', 'Asbesto Sheet 5x10x20mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(50, 'A50', 'AU Antique Solution Bottle Black', 'BOTTLE', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(51, 'A51', 'AU Antique Solution Bottle Brown', 'BOTTLE', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(52, 'B1', 'Baby Vice 1.75\' 40mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(53, 'B2', 'Baby Vice Revolving 40mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(54, 'B3', 'Baby Vice Revolving 50mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(55, 'B4', 'Baby Vice With clamp 1.25\' 32mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(56, 'B5', 'Baby Vice With clamp 1.75\' 40mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(57, 'B6', 'Baby Vice With clamp 2\' 50mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(58, 'B7', 'Baby Vice With clamp 3\' 75mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(59, 'B8', 'Bead Reamer Loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(60, 'B9', 'Bead Reamer set of 2', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(61, 'B10', 'Bead Reamer set of 3', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(62, 'B11', 'Bead Reamer set of 5', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(63, 'B12', 'Beading Poger Handle Wooden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(64, 'B13', 'Beading Round Cleaner 1-12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(65, 'B14', 'Beading Tool Grain Tools', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(66, 'B15', 'Beading Tool set of 12', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(67, 'B16', 'Beading Tools Busch', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(68, 'B17', 'Benchvice 2\' Light', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(69, 'B18', 'Benchvice With C clamp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(70, 'B19', 'Bezel Punch Set of 18', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(71, 'B20', 'Bezel Pusher', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(72, 'B21', 'Bezel Roller', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(73, 'B22', 'Black Brush Bop 3.5 \' On Wooden Hub IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(74, 'B23', 'Black Brush Bop 4 \' On Wooden Hub IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(75, 'B24', 'Black Moti 10/0', 'PKS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(76, 'B25', 'Black Moti 11/0', 'PKS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(77, 'B26', 'Black Moti 12/0', 'PKS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(78, 'B27', 'Black Moti 7/0', 'PKS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(79, 'B28', 'Black Moti 8/0', 'PKS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(80, 'B29', 'Black Moti 9/0', 'PKS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(81, 'B30', 'Black Shovel Supri No 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(82, 'B31', 'Black Shovel Supri No 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(83, 'B32', 'Black Shovel Supri No 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(84, 'B33', 'Black Shovel Supri No 4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(85, 'B34', 'Black Shovel Supri No 5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(86, 'B35', 'Black Shovel Supri No 6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(87, 'B36', 'Black Shovel Supri With Handle Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(88, 'B37', 'Black Shovel Supri With Handle Medium', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(89, 'B38', 'Black Shovel Supri With Handle Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(90, 'B39', 'Blade Doctor No 11', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(91, 'B40', 'Bolt Cutter 12\' Delta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(92, 'B41', 'Bolt Cutter 12\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(93, 'B42', 'Bolt Cutter 12\' Yamato', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(94, 'B43', 'Bolt Cutter 14\' Delta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(95, 'B44', 'Bolt Cutter 14\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(96, 'B45', 'Bolt Cutter 14\' Yamato', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(97, 'B46', 'Bolt Cutter 18\' Delta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(98, 'B47', 'Bolt Cutter 18\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(99, 'B48', 'Bolt Cutter 18\' Procut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(100, 'B49', 'Bolt Cutter 18\' Yamato', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:20', '2026-03-27 10:40:20'),
(101, 'B50', 'Bolt Cutter 24\' Delta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(102, 'B51', 'Bolt Cutter 24\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(103, 'B52', 'Bolt Cutter 24\' Procut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(104, 'B53', 'Bolt Cutter 24\' Yamato', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(105, 'B54', 'Bolt Cutter 30\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(106, 'B55', 'Bolt Cutter 30\' Procut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(107, 'B56', 'Bolt Cutter 36\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(108, 'B57', 'Bolt Cutter 36\' Procut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(109, 'B58', 'Bolt Cutter 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(110, 'B59', 'Bolt Cutter 8\' Aven', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(111, 'B60', 'Bolt Cutter 8\' Delta Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(112, 'B61', 'Bolt Cutter 8\' Delta Strength', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(113, 'B62', 'Bolt Cutter 8\' HIT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(114, 'B63', 'Bolt Cutter 8\' Sprue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(115, 'B64', 'Bolt Cutter 8\' Yasui D GN200', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(116, 'B65', 'Bolt Cutter Berry 14\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(117, 'B66', 'Bolt Cutter MCC Japan 18\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(118, 'B67', 'Bolt Cutter MCC Japan 24\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(119, 'B68', 'Bolt Cutter MCC Japan 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(120, 'B69', 'Borax Tray Big Pancil', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(121, 'B70', 'Borax Tray Small Pancil', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(122, 'B71', 'Bostick DD', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(123, 'B72', 'Bostick OG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(124, 'B73', 'Brass Bowl Pipe 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(125, 'B74', 'Brass Bowl Pipe 12\' PN', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(126, 'B75', 'Brass Collet Set  of 5 0.3 to 3.0 mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(127, 'B76', 'Brush Black 8 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(128, 'B77', 'Brush Brass 10 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(129, 'B78', 'Brush Brass 2 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(130, 'B79', 'Brush Brass 3 row Circular', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(131, 'B80', 'Brush Brass 3 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(132, 'B81', 'Brush Brass 4 row Circular', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(133, 'B82', 'Brush Brass 4 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(134, 'B83', 'Brush Brass 5 row Circular', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(135, 'B84', 'Brush Brass 5 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(136, 'B85', 'Brush Brass 6 row Circular', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(137, 'B86', 'Brush Brass 6 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(138, 'B87', 'Brush Brass 8 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(139, 'B88', 'Brush Brass Expt 4 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(140, 'B89', 'Brush Brass Expt 5 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(141, 'B90', 'Brush Brass Expt 6 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(142, 'B91', 'Brush Brass Spiral 11\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(143, 'B92', 'Brush Nylon/Fiber 10 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(144, 'B93', 'Brush Nylon/Fiber 5 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(145, 'B94', 'Brush Nylon/Fiber 6 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(146, 'B95', 'Brush Nylon/Fiber 8 row With Wooden Handle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(147, 'B96', 'Burner Bhatti 0.250 Grm Element Coil', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(148, 'B97', 'Burner Bhatti 1 Kg Coil', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(149, 'B98', 'Burner Bhatti 2 Kg Coil', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(150, 'B99', 'Burner Bhatti 500 Grm Coil', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(151, 'B100', 'Burner Sensor Stick For Bhatti', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(152, 'B101', 'Burnisher Agate Hockey', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(153, 'B102', 'Burnisher straight Opni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(154, 'B103', 'Burnisher Stright / Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(155, 'C1', 'Caliper 5.5\' Sada', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(156, 'C2', 'Caliper 6\' Accu Plus Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(157, 'C3', 'Caliper 6\' Blue Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(158, 'C4', 'Caliper 6\' Mitutoyo D Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(159, 'C5', 'Caliper 6\' Orange Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(160, 'C6', 'Caliper 6\' Orange Sada', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(161, 'C7', 'Caliper 6\' Platinum Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(162, 'C8', 'Caliper 6\' Precise Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(163, 'C9', 'Caliper Brass 2.5\' 60mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(164, 'C10', 'Caliper Brass 3\' 80mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(165, 'C11', 'Caliper Brass 4\' 100mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(166, 'C12', 'Carbide Bur loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(167, 'C13', 'Carbide Bur Set of 10 2.35 Shank', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(168, 'C14', 'Carbide Bur Set of 20 3x3', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(169, 'C15', 'Carbide Bur Set of 6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(170, 'C16', 'Carbon Rod 12x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(171, 'C17', 'Carbon Rod 12x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(172, 'C18', 'Carbon Rod 6x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(173, 'C19', 'Carbon Rod 8x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(174, 'C20', 'Carbride Pen SIlver / Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(175, 'C21', 'Cloth 10x10  Grey', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(176, 'C22', 'Cloth Buff 2.5x50 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(177, 'C23', 'Cloth Buff 2.5x50 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(178, 'C24', 'Cloth Buff 2x100 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(179, 'C25', 'Cloth Buff 2x150 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(180, 'C26', 'Cloth Buff 2x40 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(181, 'C27', 'Cloth Buff 2x50 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(182, 'C28', 'Cloth Buff 2x50 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(183, 'C29', 'Cloth Buff 3x40 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(184, 'C30', 'Cloth Buff 3x50 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(185, 'C31', 'Cloth Buff 3x50 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(186, 'C32', 'Cloth Buff 4x12 White knife idle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(187, 'C33', 'Cloth Buff 4x30 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(188, 'C34', 'Cloth Buff 4x30 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(189, 'C35', 'Cloth Buff 4x40 Green', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(190, 'C36', 'Cloth Buff 4x40 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(191, 'C37', 'Cloth Buff 4x40 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(192, 'C38', 'Cloth Buff 4x50 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(193, 'C39', 'Cloth Buff 4x50 White USA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(194, 'C40', 'Cloth Buff 4x50 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(195, 'C41', 'Cloth Buff 4x50 Yellow USA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(196, 'C42', 'Cloth Buff 4x60 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(197, 'C43', 'Cloth Buff 4x60 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(198, 'C44', 'Cloth Buff 5x30 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(199, 'C45', 'Cloth Buff 5x30 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(200, 'C46', 'Cloth Buff 5x40 Green', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(201, 'C47', 'Cloth Buff 5x40 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(202, 'C48', 'Cloth Buff 5x40 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(203, 'C49', 'Cloth Buff 5x50 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(204, 'C50', 'Cloth Buff 5x50 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(205, 'C51', 'Cloth Buff 5x60 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(206, 'C52', 'Cloth Buff 5x60 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(207, 'C53', 'Cloth Buff 6x12 knife idle Green', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(208, 'C54', 'Cloth Buff 6x12 knife idle Pink', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(209, 'C55', 'Cloth Buff 6x12 knife idle White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(210, 'C56', 'Cloth Buff 6x12 knife idle Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(211, 'C57', 'Cloth Buff 6x30 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(212, 'C58', 'Cloth Buff 6x40 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(213, 'C59', 'Cloth Buff 6x40 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(214, 'C60', 'Cloth Buff 6x50 Green', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(215, 'C61', 'Cloth Buff 6x50 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(216, 'C62', 'Cloth Buff 6x50 White USA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(217, 'C63', 'Cloth Buff 6x50 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(218, 'C64', 'Cloth Buff 6x50 Yellow USA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(219, 'C65', 'Cloth Buff 6x60 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(220, 'C66', 'Cloth Buff 6x60 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(221, 'C67', 'Cloth Buff 7x60 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(222, 'C68', 'Cloth Buff 7x60 Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(223, 'C69', 'Cloth Buff 8x30 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(224, 'C70', 'Cloth Delta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(225, 'C71', 'Cloth Lint Free', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(226, 'C72', 'Cloth Lint Free Anti Tarnish', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(227, 'C73', 'Cloth Shinee 12x14', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(228, 'C74', 'Cloth Shinee 6x8  Blue / White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(229, 'C75', 'Cloth Smithshine 12x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(230, 'C76', 'Cloth Smithshine 12x14', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(231, 'C77', 'Combination Anvil With Wooden Benchpin', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(232, 'C78', 'Compass With Keychain', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(233, 'C79', 'Copper Ball', 'KGS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(234, 'C80', 'Copper Ball 200 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(235, 'C81', 'Copper Oxygen Free', 'KGS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(236, 'C82', 'Copper Patti', 'KGS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(237, 'C83', 'Copper Plate 1KG', 'KGS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(238, 'C84', 'Copper Vati', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(239, 'C85', 'Copper Wire 225 Grm laxmi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(240, 'C86', 'Cotton Yarn Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(241, 'C87', 'Cotton Yarn Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(242, 'C88', 'Cricuble 100x100', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(243, 'C89', 'Cricuble 75x100', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(244, 'C90', 'Cricuble 75x125', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(245, 'C91', 'Cricuble 75x75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(246, 'C92', 'Cricuble 75x75 Impt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(247, 'C93', 'Crucible 25x25', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(248, 'C94', 'Crucible 35x35', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(249, 'C95', 'Crucible 40x40', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(250, 'C96', 'Crucible 40x40 Imp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(251, 'C97', 'Crucible 50x50', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(252, 'C98', 'Crucible 50x50 Imp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(253, 'C99', 'Crucible 50x55', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(254, 'C100', 'Crucible 50x70', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(255, 'C101', 'Crucible 55x55', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(256, 'C102', 'Crucible 60x60', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(257, 'C103', 'Crucible 60x60 Imp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(258, 'C104', 'Crucible 60x65', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(259, 'C105', 'Crucible 65x125 1 kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(260, 'C106', 'Crucible 65x65', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(261, 'C107', 'Crucible 65x70', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(262, 'C108', 'Crucible 65x75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(263, 'C109', 'Crucible 70x100', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(264, 'C110', 'Crucible 70x90', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(265, 'C111', 'Crucible 90x100', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(266, 'C112', 'Cutter 108 Armsol', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(267, 'C113', 'Cutter 5\' Elecronic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(268, 'C114', 'Cutter 5\' Exploit', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(269, 'C115', 'Cutter 6\' Exploit', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(270, 'C116', 'Cutter CIC Nipper', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(271, 'C117', 'Cutter Cut Well 110 mm Blue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(272, 'C118', 'Cutter Cut Well 110 mm Red', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(273, 'C119', 'Cutter Cut Well 150mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(274, 'C120', 'Cutter Emergency Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(275, 'C121', 'Cutter GN 200 Green D Card', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(276, 'C122', 'Cutter GN 200 Green D Pouch', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(277, 'C123', 'Cutter GN 200 Green OG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(278, 'C124', 'Cutter Kiba 125mm 5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(279, 'C125', 'Cutter Kiba 150mm 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(280, 'C126', 'Cutter MTC 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(281, 'C127', 'Cutter MTC 22', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(282, 'C128', 'Cutter MTC 2D', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(283, 'C129', 'Cutter Multitech 012', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(284, 'C130', 'Cutter Multitech 013 SS', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(285, 'C131', 'Cutter Multitech 07', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(286, 'C132', 'Cutter Plato 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(287, 'C133', 'Cutter Thread Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(288, 'C134', 'Cutter Yamaato D', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(289, 'C135', 'Cutter Yamato OG', 'PCS', '82032000', NULL, 365, 0, 244, '2026-03-27 10:40:21', '2026-04-01 06:12:02'),
(290, 'D1', 'D Bur Set of 20 Shank 2.35', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(291, 'D2', 'D Bur Set of 20 Shank 3mm', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(292, 'D3', 'D Bur Set of 20 Shank 6mm', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(293, 'D4', 'D Bur Set of 30 Shank 2.35', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(294, 'D5', 'D Bur Set of 30 Shank 2.35 Expt', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(295, 'D6', 'D Bur Set of 30 Shank 3mm', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(296, 'D7', 'D File Loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(297, 'D8', 'Deburring Blade 10 pcs BS1010', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(298, 'D9', 'Deburring Handle EO2000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(299, 'D10', 'Deburring Handle NB1000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(300, 'D11', 'Deburring Tool DT-1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(301, 'D12', 'Deburring Tool DT-2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(302, 'D13', 'Deburring Tool Shiv', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(303, 'D14', 'Dentorium Disk AB 221', 'BOX', '68042290', NULL, -15, 0, 0, '2026-03-27 10:40:21', '2026-04-01 07:10:02'),
(304, 'D15', 'Dentorium Diak AB 210', 'BOX', '68042290', NULL, -5, 0, 0, '2026-03-27 10:40:21', '2026-04-01 06:55:32'),
(305, 'D16', 'Dentorium Diak AB 211', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(306, 'D17', 'Dentorium Diak AB 212', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(307, 'D18', 'Dial Brush With Plastic Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(308, 'D19', 'Dial Brush With Wooden Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(309, 'D20', 'Dialux Blue Osborn', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(310, 'D21', 'Dialux Green Osborn', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(311, 'D22', 'Dialux Red Osborn', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(312, 'D23', 'Dialux White Osborn', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(313, 'D24', 'Diamond Bur 10 mm loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(314, 'D25', 'Diamond Bur 12 mm loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(315, 'D26', 'Diamond Bur 8 mm loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(316, 'D27', 'Diamond bur Loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(317, 'D28', 'Diamond bur Loose Impt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(318, 'D29', 'Diamond Disk 8\' 1200 Grid', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(319, 'D30', 'Diamond Disk 8\' 1500 Grid', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(320, 'D31', 'Diamond Disk 8\' 2000 Grid', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(321, 'D32', 'Diamond Disk 8\' 2500 Grid', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(322, 'D33', 'Diamond Disk 8\' 3000 Grid', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(323, 'D34', 'Diamond File 14cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(324, 'D35', 'Diamond File 16cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(325, 'D36', 'Diamond File 18cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(326, 'D37', 'Diamond File Flat Set 12 Long', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(327, 'D38', 'Diamond File Flat Set 12 Mini', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(328, 'D39', 'Diamond File Set 14x10', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(329, 'D40', 'Diamond File Set 14x5', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(330, 'D41', 'Diamond File Set 14x6 in Pouch', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(331, 'D42', 'Diamond File Set 16x5', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(332, 'D43', 'Diamond File Set 18x5', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(333, 'D44', 'Diamond Selector Kalti Tester', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(334, 'D45', 'Diamond Seller With Stone', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(335, 'D46', 'Diamond Seller Without Stone', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(336, 'D47', 'Diamond Wheel 100mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(337, 'D48', 'Diamond Wheel 16mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(338, 'D49', 'Diamond Wheel 20mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(339, 'D50', 'Diamond Wheel 22mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(340, 'D51', 'Diamond Wheel 25mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(341, 'D52', 'Diamond Wheel 30mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(342, 'D53', 'Diamond Wheel 35mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(343, 'D54', 'Diamond Wheel 35mm With Mandrel (2)', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(344, 'D55', 'Diamond Wheel 40mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(345, 'D56', 'Diamond Wheel 45mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(346, 'D57', 'Diamond Wheel 50mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(347, 'D58', 'Diamond Wheel 55mm With Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(348, 'D59', 'Digital MH 696 Scale 1 KG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(349, 'D60', 'Digital MH 696 Scale 600 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(350, 'D61', 'Digital MH 697 Scale 1 KG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(351, 'D62', 'Digital MH 697 Scale 600 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(352, 'D63', 'Digital MH 888 Scale 1 KG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(353, 'D64', 'Digital MH 999 1 KG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(354, 'D65', 'Digital MH 999 600 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(355, 'D66', 'Digital Scale 200 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(356, 'D67', 'Digital scale 250 ct', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(357, 'D68', 'Digital Scale 300 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(358, 'D69', 'Digital Scale 500 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(359, 'D70', 'Digital Scale 600 Grm Notebook', 'PCS', '84231000', NULL, -6, 0, 0, '2026-03-27 10:40:21', '2026-04-01 05:59:14'),
(360, 'D71', 'Digital Scale A 123 6Kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(361, 'D72', 'Digital Scale A-102', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(362, 'D73', 'Digital Scale Atom A105 Pro', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(363, 'D74', 'Digital Scale Atom A106', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(364, 'D75', 'Digital Scale Atom A107 Cabinet 300 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(365, 'D76', 'Digital Scale Atom A110 600 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(366, 'D77', 'Digital Scale Atom A112C 1 Kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(367, 'D78', 'Digital Scale Atom A120 6 Kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(368, 'D79', 'Digital Scale Atom A124', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(369, 'D80', 'Digital Scale Atom A205', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(370, 'D81', 'Digital Scale DM 3 1 KG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(371, 'D82', 'Digital Scale DM 3 600 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(372, 'D83', 'Digital Scale TS 200 10 kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(373, 'D84', 'Digital SF 400 c Scale', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(374, 'D85', 'Dispenser Bottle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(375, 'D86', 'Display Box Black 25x1 Arh', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(376, 'D87', 'Divider 3\' Aven', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(377, 'D88', 'Divider 3\' Ind', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(378, 'D89', 'Divider 3\' M&W', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(379, 'D90', 'Divider 4\' Aven', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(380, 'D91', 'Divider 4\' Ind', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(381, 'D92', 'Divider 4\' M&W', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(382, 'D93', 'Doming Block 2.5x2.5 Wooden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(383, 'D94', 'Doming Block 2x2 Wooden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(384, 'D95', 'Doming Block Set of 27 MS', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(385, 'D96', 'Double Sided Cloth Tape', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(386, 'D97', 'Draw Plate 0.50 to 3mm Square', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(387, 'D98', 'Draw Plate 39 Hole Round   0.60 to 2.80', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(388, 'D99', 'Draw Plate 39 Hole Square', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(389, 'D100', 'Draw Plate 52 Hole Round 0.60 to 4.10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(390, 'D101', 'Draw Plate 63 Hole Round 4.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(391, 'D102', 'Draw Plate Brass 10 hole 21-30', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(392, 'D103', 'Draw Plate Brass 30 hole 11-40', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(393, 'D104', 'Draw Plate Brass 5 hole 21-25', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(394, 'D105', 'Draw Plate Brass 5 hole 26-30', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(395, 'D106', 'Draw Plate Half Round 25 Hole  6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(396, 'D107', 'Draw Plate Half Round 30 Hole 8.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(397, 'D108', 'Draw Plate Round MIX', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(398, 'D109', 'Draw Plate Square 30 Hole 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(399, 'D110', 'Draw Plate Square 91 Hole 10.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(400, 'D111', 'Draw Plate Sun 25 Hole  6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(401, 'D112', 'Drill 0.4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(402, 'D113', 'Drill 0.45', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(403, 'D114', 'Drill 0.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(404, 'D115', 'Drill 0.55', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(405, 'D116', 'Drill 0.6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(406, 'D117', 'Drill 0.65', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(407, 'D118', 'Drill 0.7', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(408, 'D119', 'Drill 0.75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(409, 'D120', 'Drill 0.8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(410, 'D121', 'Drill 0.85', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(411, 'D122', 'Drill 0.9', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(412, 'D123', 'Drill 0.95', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(413, 'D124', 'Drill 1.05mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(414, 'D125', 'Drill 1.10mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(415, 'D126', 'Drill 1.15mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(416, 'D127', 'Drill 1.20mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(417, 'D128', 'Drill 1.25mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(418, 'D129', 'Drill 1.30mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(419, 'D130', 'Drill 1.35mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(420, 'D131', 'Drill 1.40mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(421, 'D132', 'Drill 1.45mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(422, 'D133', 'Drill 1.50mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(423, 'D134', 'Drill 1.55mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(424, 'D135', 'Drill 1.60mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(425, 'D136', 'Drill 1.65mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(426, 'D137', 'Drill 1.70mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(427, 'D138', 'Drill 1.75mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(428, 'D139', 'Drill 1.80mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(429, 'D140', 'Drill 1.85mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(430, 'D141', 'Drill 1.90mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(431, 'D142', 'Drill 1.95mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(432, 'D143', 'Drill 1mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(433, 'D144', 'Drill 2.1mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(434, 'D145', 'Drill 2.2mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(435, 'D146', 'Drill 2.3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(436, 'D147', 'Drill 2.4mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(437, 'D148', 'Drill 2.5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(438, 'D149', 'Drill 2.6mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(439, 'D150', 'Drill 2.7mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(440, 'D151', 'Drill 2.8mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(441, 'D152', 'Drill 2.9mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(442, 'D153', 'Drill 2mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(443, 'D154', 'Drill 3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(444, 'D155', 'Drill Manual Nehal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(445, 'D156', 'Drill Manual Nehal chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(446, 'D157', 'Drill Mini Machine Red', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(447, 'D158', 'Drill Set of 13', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21');
INSERT INTO `products` (`id`, `product_id`, `name`, `unit`, `hsn`, `image_path`, `c1`, `c2`, `c3`, `created_at`, `updated_at`) VALUES
(448, 'D159', 'Drill Set of 15 ( 0.3 to 1 mm)', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(449, 'D160', 'Drill Set of 15 ( 2.10 to 3.50 )', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(450, 'D161', 'Drill Set of 20 ( 61 to 80 ) in Plastic Dubbi', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(451, 'E1', 'Ear Gun Metal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(452, 'E2', 'Ear Gun Pair Disposable', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(453, 'E3', 'Ear Gun Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(454, 'E4', 'Ear Gun Plastic  Blue / Red Heavy Duty', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(455, 'E5', 'Ear Pearcing Tool', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(456, 'E6', 'Ear Stud Plain', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(457, 'E7', 'Ear Stud With Stone', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(458, 'E8', 'Ear Stud With Stone Cafron', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(459, 'E9', 'Emery Cone set of 12', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(460, 'E10', 'Emery Cone set of 6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(461, 'E11', 'Emery Ring 10 m Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(462, 'E12', 'Emery Ring 10mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(463, 'E13', 'Emery Ring 12mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(464, 'E14', 'Emery Ring 12mm Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(465, 'E15', 'Emery Ring 15mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(466, 'E16', 'Emery Ring 15mm Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(467, 'E17', 'Emery Ring 20mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(468, 'E18', 'Emery Ring 20mm Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(469, 'E19', 'Emery Ring 25mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(470, 'E20', 'Emery Ring 25mm Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(471, 'E21', 'Emery Ring 6mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(472, 'E22', 'Emery Ring 6mm Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(473, 'E23', 'Emery Ring 8mm Dia', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(474, 'E24', 'Emery Ring 8mm Dia Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(475, 'E25', 'End Brush 10mm Black Thubi', 'PCS', '9603', NULL, -50, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:27:56'),
(476, 'E26', 'End Brush 12mm Black Thubi', 'PCS', '9603', NULL, -50, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:27:56'),
(477, 'E27', 'End Brush 3mm Black Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(478, 'E28', 'End Brush 3mm White Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(479, 'E29', 'End Brush 4mm Black Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(480, 'E30', 'End Brush 5mm Black Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(481, 'E31', 'End Brush 5mm Black Thubi long', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(482, 'E32', 'End Brush 5mm Brown Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(483, 'E33', 'End Brush 5mm White Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(484, 'E34', 'End Brush 6mm Black Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(485, 'E35', 'End Brush 6mm Brass Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(486, 'E36', 'End Brush 6mm White Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(487, 'E37', 'End Brush 8mm Black Thubi', 'PCS', '9603', NULL, -700, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:27:56'),
(488, 'E38', 'End Brush 8mm White Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(489, 'E39', 'End Brush Brass Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(490, 'E40', 'End Brush Steel Thubi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(491, 'E41', 'Enginering File 100mm Flat Bastard', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(492, 'E42', 'Enginering File 100mm Flat key', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(493, 'E43', 'Enginering File 100mm Half Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(494, 'E44', 'Enginering File 100mm Half Round Bastard', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(495, 'E45', 'Enginering File 100mm Half Round Smooth', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(496, 'E46', 'Enginering File 100mm Hand Smooth 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(497, 'E47', 'Enginering File 100mm Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(498, 'E48', 'Enginering File 100mm Triangle 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(499, 'E49', 'Enginering File 150mm Half Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(500, 'E50', 'Enginering File 150mm Half Round Smooth 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(501, 'E51', 'Enginering File 150mm Half Round Smooth 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(502, 'E52', 'Enginering File 150mm Hand 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(503, 'E53', 'Enginering File 150mm Hand Bastarad', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(504, 'E54', 'Enginering File 150mm Hand Smooth 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(505, 'E55', 'Enginering File 150mm Knife Smooth 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(506, 'E56', 'Enginering File 150mm Mill Bastard', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(507, 'E57', 'Enginering File 150mm Mill Blund Bastard', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(508, 'E58', 'Enginering File 150mm Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(509, 'E59', 'Enginering File 150mm Square Smooth 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(510, 'E60', 'Enginering File 150mm Traingle 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(511, 'E61', 'Enginering File 150mm Triangle Smooth 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(512, 'E62', 'Enginering File 200mm Flat Smooth 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(513, 'E63', 'Enginering File 200mm Half Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(514, 'E64', 'Enginering File 200mm Half Round Bastard 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(515, 'E65', 'Enginering File 200mm Half Round Smooth 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(516, 'E66', 'Enginering File 200mm Hand 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(517, 'E67', 'Enginering File 200mm Hand Bastarad', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(518, 'E68', 'Enginering File 200mm Hand Smooth 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(519, 'E69', 'Enginering File 200mm Knife Smooth 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(520, 'E70', 'Enginering File 200mm Mill Bastard 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(521, 'E71', 'Enginering File 200mm Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(522, 'E72', 'Enginering File 200mm Square Smooth 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(523, 'E73', 'Enginering File 200mm Triangle Bast 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(524, 'E74', 'Enginering File 200mm Triangle Bastarad 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(525, 'E75', 'Enginering File 250mm Half Round 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(526, 'E76', 'Enginering File 250mm Half Round Smooth', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(527, 'E77', 'Enginering File 250mm Hand 2nd Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(528, 'E78', 'Enginering File 250mm Hand Smooth 10\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(529, 'E79', 'Enginering File 250mm Square Smooth 10\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(530, 'E80', 'Enginering File 250mm Triangle Bast 10\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(531, 'E81', 'Enginering File 250mm Triangle Smooth 10\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(532, 'E82', 'Enginering File 300mm Flat 2nd cut 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(533, 'E83', 'Enginering File 300mm Flat Bastard 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(534, 'E84', 'Enginering File 300mm Flat Smooth 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(535, 'E85', 'Enginering File 300mm Hand 2nd cut 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(536, 'E86', 'Enginering File 300mm Hand Bastard 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(537, 'E87', 'Enginering File 300mm Hand Smooth 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(538, 'E88', 'Engrave Pen', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(539, 'E89', 'Engraver Anna', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(540, 'E90', 'Engraver Carbride Tip', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(541, 'E91', 'Engraver Carbride Tip Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(542, 'E92', 'Engraver Engro', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(543, 'E93', 'Engraver Kinjal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(544, 'E94', 'Engraver Kinjal Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(545, 'E95', 'Engraver No 1015 With 5 speed control', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(546, 'E96', 'Engraver Noman', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(547, 'E97', 'Engraving Electric Hand Piece', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(548, 'F1', 'Felt 25x25x3mm Shank', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(549, 'F2', 'Felt 30x22.2x52 Namadha Sponge', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(550, 'F3', 'Felt 4\' lapping Wheel Rock Hard', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(551, 'F4', 'Felt 4\' lapping Wheel Rock Hard Paramound', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(552, 'F5', 'Felt 40 x 15mm Bullet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(553, 'F6', 'Felt 6\' lapping Wheel Hard', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(554, 'F7', 'Felt 6\' lapping Wheel Hard Paramound', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(555, 'F8', 'Felt 6\' lapping Wheel Medium', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(556, 'F9', 'Felt 6\' lapping Wheel Medium Paramound', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(557, 'F10', 'Felt 6\' lapping Wheel Rock Hard Paramound', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(558, 'F11', 'Felt 6\' lapping Wheel Soft', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(559, 'F12', 'Felt 6\' lapping Wheel Soft Paramound', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(560, 'F13', 'Felt knife 1.5\' idli', 'PCS', '59119020', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-31 12:26:30'),
(561, 'F14', 'Felt knife 2\'\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(562, 'F15', 'Felt knife 2.5\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(563, 'F16', 'Felt knife 3\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(564, 'F17', 'Felt knife 3.5\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(565, 'F18', 'Felt knife 4\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(566, 'F19', 'Felt knife 5\'\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(567, 'F20', 'Felt knife 6\'\' idli', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(568, 'F21', 'Felt Ring  2.5\' With Metal Cap', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(569, 'F22', 'Felt Ring  3\' With Wood', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(570, 'F23', 'Felt Ring  3\' Without Wood', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(571, 'F24', 'Felt Ring  4\' With Wood', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(572, 'F25', 'Felt Ring  4\' Without Wood', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(573, 'F26', 'Felt Set of 12 pcs', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(574, 'F27', 'Felt Soft Mounted Impt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(575, 'F28', 'Felt Unmounted', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(576, 'F29', 'Felt Wheel 2x 0.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(577, 'F30', 'Felt Wheel 3x 0.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(578, 'F31', 'Felt Wheel 4x 0.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(579, 'F32', 'Felt Wheel 4x 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(580, 'F33', 'Felt Wheel 4x 4mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(581, 'F34', 'Felt Wheel 4x 6mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(582, 'F35', 'Felt Wheel 6 x 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(583, 'F36', 'Felt Wheel 6x 0.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(584, 'F37', 'Ferri Wax Slice Green / Blue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(585, 'F38', 'Fiber Neck Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(586, 'F39', 'Fiber Neck Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(587, 'F40', 'Finger Cotton H/ S', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(588, 'F41', 'Finger Cotton M/S', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(589, 'F42', 'Finger Leather', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(590, 'F43', 'Finger Rubber', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(591, 'G1', 'Gauge 0.10 mm Dial', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(592, 'G2', 'Gauge 0.12.7 Thickness Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(593, 'G3', 'Gauge 0.20 mm Dial', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(594, 'G4', 'Gauge 0.20 mm Heavy Dial', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(595, 'G5', 'Gauge 0.20 mm Mini Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(596, 'G6', 'Gauge 0.25mm Digital Caliper', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(597, 'G7', 'Gauge 4 in 1 Patti', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(598, 'G8', 'Gauge 7 in 1 Patti', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(599, 'G9', 'Gauge Ajanta Bangle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(600, 'G10', 'Gauge Aluminium Fan', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(601, 'G11', 'Gauge Braclet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(602, 'G12', 'Gauge Degree Protector Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(603, 'G13', 'Gauge Diamond 0 - 60', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(604, 'G14', 'Gauge Elora Wire', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(605, 'G15', 'Gauge Khayl Bangle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(606, 'G16', 'Gauge Khayl Bangle Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(607, 'G17', 'Gauge Kristel Wire', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(608, 'G18', 'Gauge Pakistani Degree', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(609, 'G19', 'Gauge Pearl', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(610, 'G20', 'Gauge Ring Patti', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(611, 'G21', 'Glass Acid Bottel Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(612, 'G22', 'Glass Acid Bottel Round Brown With Dipper', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(613, 'G23', 'Glass Acid Bottel Slim 22mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(614, 'G24', 'Glass Acid Bottel Square With Dipper', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(615, 'G25', 'Glass Acid Bottle CAP Dandi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(616, 'G26', 'Gloves Asbasto 14\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(617, 'G27', 'Gloves Asbasto 18\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(618, 'G28', 'Gloves Asbasto 18\' Superior', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(619, 'G29', 'Gloves Cotton Black 5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(620, 'G30', 'Gloves Cotton White 5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(621, 'G31', 'Graver Ferri', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(622, 'G32', 'Graver Fish', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(623, 'G33', 'Graver GMT', 'PCS', '8205', NULL, 708, 0, 708, '2026-03-27 10:40:21', '2026-04-01 07:40:05'),
(624, 'G34', 'Graver GRC Qc GMT', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(625, 'G35', 'Graver Helper Machine', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(626, 'G36', 'Graver Set of 6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(627, 'G37', 'Graver Sharpner', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(628, 'G38', 'Grinder Motor 150mm  6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(629, 'G39', 'Grinder Motor 200mm 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(630, 'G40', 'Grinder Motor 75mm With fexi shaft 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(631, 'H1', 'Hammer Ball Pen 1 oz', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(632, 'H2', 'Hammer Ball Pen 2 oz', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(633, 'H3', 'Hammer Ball Pen 225 Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(634, 'H4', 'Hammer Ball Pen 4 oz', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(635, 'H5', 'Hammer Brass With Wooden Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(636, 'H6', 'Hammer Nylon/Fiber / Brass With Alum Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(637, 'H7', 'Hammer Nylon/Fiber / Brass With Wooden Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(638, 'H8', 'Hammer Rawhide 25mm 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(639, 'H9', 'Hammer Rawhide 38mm 1.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(640, 'H10', 'Hammer Rawhide 50mm 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(641, 'H11', 'Hammer Rubber 30mm 1.25\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(642, 'H12', 'Hammer Rubber 40 mm 1.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(643, 'H13', 'Hammer Rubber 50mm 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(644, 'H14', 'Hammer Rubber 60mm 2.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(645, 'H15', 'Hammer Rubber 75mm 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(646, 'H16', 'Hammer Setting No 1 Chezel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(647, 'H17', 'Hammer Setting No 2 Chezel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(648, 'H18', 'Hammer Setting No 3 Chezel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(649, 'H19', 'Hammer Setting No 4 Chezel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(650, 'H20', 'Hammer Setting Set of 4 Chezal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(651, 'H21', 'Hammer Swiss Wooden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(652, 'H22', 'Hammer Swiss Wooden Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(653, 'H23', 'Hammer Texture Set of 5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(654, 'H24', 'Hammer Texture Set of 9', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(655, 'H25', 'Hammer Wooden 3 x 1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(656, 'H26', 'Hammer Wooden 3 x 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(657, 'H27', 'Hammer Wooden 4 x 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(658, 'H28', 'Hammer Wooden 5 x 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(659, 'H29', 'Hammer Wooden Polished 100mm 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(660, 'H30', 'Hammer Wooden Polished 120mm 4.75\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(661, 'H31', 'Hammer Wooden Polished 30mm 1.25\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(662, 'H32', 'Hammer Wooden Polished 40 mm1.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(663, 'H33', 'Hammer Wooden Polished 50mm 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(664, 'H34', 'Hammer Wooden Polished 60mm 2.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(665, 'H35', 'Hammer Wooden Polished 70mm 2.75\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(666, 'H36', 'Hammer Wooden Polished 85mm 3.25\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(667, 'H37', 'Hammer Wooden Polished 95mm 3.75\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(668, 'H38', 'Handvice Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(669, 'K1', 'Kristel Clip Foot', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(670, 'L1', 'Lakh Vati 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(671, 'L2', 'Lakh Vati 3.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(672, 'L3', 'Lakh Vati Rubber Base  4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(673, 'L4', 'Lakh Vati Rubber Base 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(674, 'L5', 'Lakh Vati Rubber Base 2.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(675, 'L6', 'Lakh Vati Rubber Base 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(676, 'L7', 'Lakh Vati Rubber Base 3.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(677, 'L8', 'Lakh Vati Rubber Base 4.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(678, 'L9', 'Leather 10x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(679, 'L10', 'Leather 12 x 12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(680, 'L11', 'Leather 6x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(681, 'L12', 'Leather 8x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(682, 'L13', 'Leather Box TW 011', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(683, 'L14', 'Leather Buff 3x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(684, 'L15', 'Leather Buff 4x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(685, 'L16', 'Leather Buff 5x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(686, 'L17', 'Leather Buff 6x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(687, 'L18', 'Leather Dubbi 2x3 Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(688, 'L19', 'Letter Punch A to Z', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(689, 'L20', 'Lighter 260 Jet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(690, 'L21', 'Lighter 3000 S GT prince', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(691, 'L22', 'Lighter 500 Jet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(692, 'L23', 'Lighter 505 Honest', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(693, 'L24', 'Lighter Esper 27 Og', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(694, 'L25', 'Lighter Gas Bottle Butane', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(695, 'L26', 'Lighter Gas Bottle Honest / Zippo', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(696, 'L27', 'Lighter Honest Jumbo Kitchen', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(697, 'L28', 'Lighter Micro', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(698, 'L29', 'Lighter Mini Gas', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(699, 'L30', 'Lighter Nozel Gas Bottle Big With Steel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(700, 'L31', 'Lighter Pocket Gas', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(701, 'L32', 'Lighter Sk Red Gas No 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(702, 'L33', 'Lighter Sk Red Gas No 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(703, 'L34', 'Lighter Sk Yellow Gas', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(704, 'L35', 'Lighter SS Red Gas No 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(705, 'L36', 'Lighter SS Red Gas No 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(706, 'L37', 'Loupe 10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(707, 'L38', 'Loupe 10x German', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(708, 'L39', 'Loupe 10x Hi Power Ghodi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(709, 'L40', 'Loupe 10x Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(710, 'L41', 'Loupe 12x German', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(711, 'L42', 'Loupe 14x German', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(712, 'L43', 'Loupe 14x Hi Power Ghodi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(713, 'L44', 'Loupe 18mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(714, 'L45', 'Loupe 18mm Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(715, 'L46', 'Loupe 18mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(716, 'L47', 'Loupe 18mm Rubber', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(717, 'L48', 'Loupe 18mm Steel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-31 13:11:43'),
(718, 'L49', 'Loupe 20x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(719, 'L50', 'Loupe 20x 18mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(720, 'L51', 'Loupe 20x 18mm Steel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(721, 'L52', 'Loupe 20x and 10x  2 n 1 Triplex', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(722, 'L53', 'Loupe 20x and 14x  2 n 1 Triplex', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(723, 'L54', 'Loupe 21mm Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(724, 'L55', 'Loupe 21mm Chrome', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(725, 'L56', 'Loupe 21mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(726, 'L57', 'Loupe 21mm Rubber', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(727, 'L58', 'Loupe 40x25mm  No 9890', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(728, 'L59', 'Loupe 8x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(729, 'L60', 'Loupe 8x German', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(730, 'L61', 'Loupe Aluminium Eye Glass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(731, 'L62', 'Loupe Counting', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(732, 'L63', 'Loupe Counting Metal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(733, 'L64', 'Loupe Eye Counting Alumi', 'PCS', '8205', NULL, -6, 0, 0, '2026-03-27 10:40:21', '2026-04-01 05:59:14'),
(734, 'L65', 'Loupe Eye Aluminium Folding  10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(735, 'L66', 'Loupe Eye Bobby Folding  10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(736, 'L67', 'Loupe Eye Glass 10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(737, 'L68', 'Loupe Eye Glass Double Plastic 10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(738, 'L69', 'Loupe Eye Glass Double Plastic 15x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(739, 'L70', 'Loupe Ghodi Eye Glass 10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(740, 'L71', 'Loupe Heart and Arrow Eye', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(741, 'L72', 'Loupe leather Cover 18mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(742, 'L73', 'Loupe leather Cover 21mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(743, 'L74', 'Loupe Led 10x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(744, 'L75', 'Loupe MG Triplet 10x21mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(745, 'L76', 'Loupe MG Triplet 30x21mm No 55367', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(746, 'L77', 'Loupe No 9889', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(747, 'L78', 'Loupe Plastic Eye', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(748, 'L79', 'Loupe Plastic With clip Eye Glass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(749, 'L80', 'Loupe Reflex Eye Glass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(750, 'L81', 'Loupe With Leather Cover 18mm Rubber', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(751, 'L82', 'Loupe With Leather Cover 18mm Steel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(752, 'L83', 'Loupe With led 60x No 9882', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(753, 'M1', 'Magnet Ferrid 12x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(754, 'M2', 'Magnet Ferrid 13x6x3 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(755, 'M3', 'Magnet Ferrid 15x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(756, 'M4', 'Magnet Ferrid 18x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(757, 'M5', 'Magnet Ferrid 20x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(758, 'M6', 'Magnet Ferrid 20x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(759, 'M7', 'Magnet Ferrid 25x12x60 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(760, 'M8', 'Magnet Ferrid 25x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(761, 'M9', 'Magnet Ferrid 25x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(762, 'M10', 'Magnet Ferrid 25x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(763, 'M11', 'Magnet Ferrid 30x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(764, 'M12', 'Magnet Ferrid 30x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(765, 'M13', 'Magnet Ferrid 32x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(766, 'M14', 'Magnet Ferrid 35x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(767, 'M15', 'Magnet Ferrid 40x20x8 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(768, 'M16', 'Magnet Ferrid 45x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(769, 'M17', 'Magnet Ferrid 50x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(770, 'M18', 'Magnet Ferrid 53x22x11 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(771, 'M19', 'Magnet Ferrid 60x24x13 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(772, 'M20', 'Magnet Ferrid 75x50x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(773, 'M21', 'Magnet Ferrid 90x35x15 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(774, 'M22', 'Magnet Lifter 25kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(775, 'M23', 'Magnet Lifter 40kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(776, 'M24', 'Magnet Lifter 60kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(777, 'M25', 'Magnet Lifter 80kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(778, 'M26', 'Magnet P 10x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(779, 'M27', 'Magnet P 10x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(780, 'M28', 'Magnet P 10x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(781, 'M29', 'Magnet P 10x15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(782, 'M30', 'Magnet P 10x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(783, 'M31', 'Magnet P 10x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(784, 'M32', 'Magnet P 10x3x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(785, 'M33', 'Magnet P 10x3x3 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(786, 'M34', 'Magnet P 10x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(787, 'M35', 'Magnet P 10x4x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(788, 'M36', 'Magnet P 10x4x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(789, 'M37', 'Magnet P 10x5', 'PCS', '850511', NULL, -1000, 0, 0, '2026-03-27 10:40:21', '2026-04-01 12:46:15'),
(790, 'M38', 'Magnet P 10x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(791, 'M39', 'Magnet P 10x9x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(792, 'M40', 'Magnet P 11x5x5 Ring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(793, 'M41', 'Magnet P 12x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(794, 'M42', 'Magnet P 12x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(795, 'M43', 'Magnet P 12x3x3 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(796, 'M44', 'Magnet P 12x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(797, 'M45', 'Magnet P 12x5x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(798, 'M46', 'Magnet P 12x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(799, 'M47', 'Magnet P 12x9x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(800, 'M48', 'Magnet P 13x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(801, 'M49', 'Magnet P 15x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(802, 'M50', 'Magnet P 15x10x5', 'PCS', '850511', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-04-01 12:46:15'),
(803, 'M51', 'Magnet P 15x12x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(804, 'M52', 'Magnet P 15x15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(805, 'M53', 'Magnet P 15x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(806, 'M54', 'Magnet P 15x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(807, 'M55', 'Magnet P 15x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(808, 'M56', 'Magnet P 15x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(809, 'M57', 'Magnet P 18x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(810, 'M58', 'Magnet P 18x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(811, 'M59', 'Magnet P 2.5x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(812, 'M60', 'Magnet P 2.5x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(813, 'M61', 'Magnet P 20x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(814, 'M62', 'Magnet P 20x10x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(815, 'M63', 'Magnet P 20x10x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(816, 'M64', 'Magnet P 20x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(817, 'M65', 'Magnet P 20x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(818, 'M66', 'Magnet P 20x3x3 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(819, 'M67', 'Magnet P 20x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(820, 'M68', 'Magnet P 20x5x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(821, 'M69', 'Magnet P 20x5x5 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(822, 'M70', 'Magnet P 20x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(823, 'M71', 'Magnet P 23x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(824, 'M72', 'Magnet P 24x8x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(825, 'M73', 'Magnet P 25x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(826, 'M74', 'Magnet P 25x10x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(827, 'M75', 'Magnet P 25x10x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(828, 'M76', 'Magnet P 25x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(829, 'M77', 'Magnet P 25x25', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(830, 'M78', 'Magnet P 25x25x12.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(831, 'M79', 'Magnet P 25x25x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(832, 'M80', 'Magnet P 25x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(833, 'M81', 'Magnet P 25x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(834, 'M82', 'Magnet P 25x5x5 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(835, 'M83', 'Magnet P 25x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(836, 'M84', 'Magnet P 25x6x6 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(837, 'M85', 'Magnet P 2x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(838, 'M86', 'Magnet P 2x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(839, 'M87', 'Magnet P 2x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(840, 'M88', 'Magnet P 2x2.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(841, 'M89', 'Magnet P 2x2x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(842, 'M90', 'Magnet P 3 x 1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(843, 'M91', 'Magnet P 30x12x5 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(844, 'M92', 'Magnet P 30x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(845, 'M93', 'Magnet P 30x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(846, 'M94', 'Magnet P 3x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(847, 'M95', 'Magnet P 3x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(848, 'M96', 'Magnet P 3x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(849, 'M97', 'Magnet P 3x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(850, 'M98', 'Magnet P 40x10x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(851, 'M99', 'Magnet P 40x20x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(852, 'M100', 'Magnet P 40x20x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(853, 'M101', 'Magnet P 40x20x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(854, 'M102', 'Magnet P 40x25x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(855, 'M103', 'Magnet P 4x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(856, 'M104', 'Magnet P 4x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(857, 'M105', 'Magnet P 4x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(858, 'M106', 'Magnet P 4x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(859, 'M107', 'Magnet P 4x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(860, 'M108', 'Magnet P 4x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(861, 'M109', 'Magnet P 4x4x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(862, 'M110', 'Magnet P 4x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(863, 'M111', 'Magnet P 50x10x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(864, 'M112', 'Magnet P 50x25x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(865, 'M113', 'Magnet P 50x25x12.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(866, 'M114', 'Magnet P 50x25x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(867, 'M115', 'Magnet P 50x50x12.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(868, 'M116', 'Magnet P 50x50x25', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(869, 'M117', 'Magnet P 5x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(870, 'M118', 'Magnet P 5x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(871, 'M119', 'Magnet P 5x15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(872, 'M120', 'Magnet P 5x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(873, 'M121', 'Magnet P 5x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-31 13:13:21'),
(874, 'M122', 'Magnet P 5x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(875, 'M123', 'Magnet P 5x5x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(876, 'M124', 'Magnet P 5x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(877, 'M125', 'Magnet P 6x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(878, 'M126', 'Magnet P 6x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(879, 'M127', 'Magnet P 6x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(880, 'M128', 'Magnet P 6x15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(881, 'M129', 'Magnet P 6x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(882, 'M130', 'Magnet P 6x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(883, 'M131', 'Magnet P 6x6', 'PCS', '8505', NULL, -100, 0, 0, '2026-03-27 10:40:21', '2026-04-01 06:29:46'),
(884, 'M132', 'Magnet P 8x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(885, 'M133', 'Magnet P 8x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(886, 'M134', 'Magnet P 8x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(887, 'M135', 'Magnet P 8x15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(888, 'M136', 'Magnet P 8x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(889, 'M137', 'Magnet P 8x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(890, 'M138', 'Magnet P 8x3x5 CSK', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-04-02 05:57:43'),
(891, 'M139', 'Magnet P 8x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(892, 'M140', 'Magnet P 8x5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(893, 'M141', 'Magnet P 8x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(894, 'M142', 'Magnet P Rod 12x600', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(895, 'M143', 'Magnet P Rod 3x30', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21');
INSERT INTO `products` (`id`, `product_id`, `name`, `unit`, `hsn`, `image_path`, `c1`, `c2`, `c3`, `created_at`, `updated_at`) VALUES
(896, 'M144', 'Magnet Plastic Badge 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(897, 'M145', 'Magnet Plastic Badge 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(898, 'M146', 'Magnet Plate 5x7', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(899, 'M147', 'Magnet Plate 9x11', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(900, 'M148', 'Magnet Round 1.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(901, 'M149', 'Magnet Round 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(902, 'M150', 'Magnet Round 3 \'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(903, 'M151', 'Magnet Round 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(904, 'M152', 'Magnet Sheet 2mm 12x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(905, 'M153', 'Magnet U 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(906, 'M154', 'Magnet U 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(907, 'M155', 'Magnet U Mini', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(908, 'M156', 'Magnet With Wooden Handle 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(909, 'M157', 'Magnetic Media', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(910, 'M158', 'Magnetic Pin 0.3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(911, 'M159', 'Magnifier 0070', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(912, 'M160', 'Magnifier 100mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(913, 'M161', 'Magnifier 100mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(914, 'M162', 'Magnifier 2.5x90 3 Led Light 6903 AB', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(915, 'M163', 'Magnifier 3\' Lumi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(916, 'M164', 'Magnifier 3\' Steel Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(917, 'M165', 'Magnifier 3\' Torch Sm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(918, 'M166', 'Magnifier 3x 75mm 3 Led Light 6902 AB', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(919, 'M167', 'Magnifier 4x 60mm 3 Led Light 6902 C', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(920, 'M168', 'Magnifier 50mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(921, 'M169', 'Magnifier 50mm Bat', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(922, 'M170', 'Magnifier 50mm L J009 With Led', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(923, 'M171', 'Magnifier 60mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(924, 'M172', 'Magnifier 60mm Golden', 'PCS', '9002', NULL, -2, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:27:56'),
(925, 'M173', 'Magnifier 65mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(926, 'M174', 'Magnifier 70mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(927, 'M175', 'Magnifier 75mm Bat', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(928, 'M176', 'Magnifier 75mm Bulb', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(929, 'M177', 'Magnifier 80 mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(930, 'M178', 'Magnifier 80mm Brass/ Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(931, 'M179', 'Magnifier 90 mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(932, 'M180', 'Magnifier 90 mm Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(933, 'M181', 'Magnifier 90mm 3 Led 250 Lumens', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(934, 'M182', 'Magnifier BW -017 With Led', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(935, 'M183', 'Magnifier Folding 5x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(936, 'M184', 'Magnifier Folding No 52939', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(937, 'M185', 'Magnifier Golden 100mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(938, 'M186', 'Magnifier Head 4 in 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(939, 'M187', 'Magnifier Head1007 -B', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(940, 'M188', 'Magnifier large 88 mm 5x', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(941, 'M189', 'Magnifier Led With case 2\'x4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(942, 'M190', 'Magnifier Metal Table Lamp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(943, 'M191', 'Magnifier MG - 21011', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-04-01 06:52:51'),
(944, 'M192', 'Magnifier MG - 21016 Led', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(945, 'M193', 'Magnifier Optivision D', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(946, 'M194', 'Magnifier SM Light', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(947, 'M195', 'Magnifier TH 3001', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(948, 'M196', 'Magnifier TH 600558', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(949, 'M197', 'Magnifier TH 600559', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(950, 'M198', 'Magnifier TH 6018', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(951, 'M199', 'Magnifier TH 7006', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(952, 'M200', 'Magnifier TH 7011', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(953, 'M201', 'Magnifier With Led and Clip Hand', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(954, 'M202', 'Mandrel Nut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(955, 'M203', 'Mandrel Pinvice +', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(956, 'M204', 'Mandrel Pinvice 2.35mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(957, 'M205', 'Mandrel Pinvice 3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(958, 'M206', 'Mandrel Screw 10mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(959, 'M207', 'Mandrel Screw 2.35', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(960, 'M208', 'Mandrel Screw 20mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(961, 'M209', 'Mandrel Screw 3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(962, 'M210', 'Mandrel Slot Paper', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(963, 'M211', 'Mandrel Star', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(964, 'M212', 'Mesh Jali 5x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(965, 'M213', 'Mesh Jali 6x10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(966, 'M214', 'Mesh Jali 6x12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(967, 'M215', 'Mesh Jali 6x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(968, 'M216', 'Metal Bar Indium', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(969, 'M217', 'Metal Detector Super', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(970, 'M218', 'Metal Iron Wire', 'KGS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(971, 'M219', 'Metal KDM Wire / Plate /  Rod', 'KGS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(972, 'M220', 'Metal Vati for Ring With Accessory', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(973, 'M221', 'Micrometer 0.25', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(974, 'M222', 'Micrometer 0.25 Digital', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(975, 'M223', 'Microscope led', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(976, 'M224', 'Microscope ZQ3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(977, 'M225', 'Mill Grain Wheel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(978, 'M226', 'Mix Mina Colours', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(979, 'M227', 'Mokshi PCB NUT Tikali Muki', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(980, 'M228', 'Momentive Rubber Liquid Drum (A +B )', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(981, 'M229', 'Mounted 3C Brush Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(982, 'M230', 'Mounted 4C Brush Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(983, 'M231', 'Mounted Brush 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(984, 'M232', 'Mounted Brush 1C', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(985, 'M233', 'Mounted Brush 2C', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(986, 'M234', 'Mounted Brush 2C Dixcel Gorbet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(987, 'M235', 'Mounted Brush 2C Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(988, 'M236', 'Mounted Brush 2C USA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(989, 'M237', 'Mounted Brush 3C', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(990, 'M238', 'Mounted Brush 6C', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(991, 'M239', 'Mounted Brush Set of 3 with plastic handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(992, 'M240', 'Mounted Cloth Yellow / White 19mm 0.75\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(993, 'M241', 'Mounted Cloth Yellow / White 22mm 0.85\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(994, 'M242', 'Mounted Cloth Yellow / White 25mm 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(995, 'M243', 'Mounted Cup Black / White', 'PCS', '9603', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:40:45'),
(996, 'M244', 'Mounted Cup Steel / Brass', 'PCS', '9603', NULL, -500, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:37:11'),
(997, 'M245', 'Mounted leather', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(998, 'M246', 'Mounted Rubber Bullet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(999, 'M247', 'Mounted Rubber Bullet Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1000, 'M248', 'Mounted Rubber Bullet Edenta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1001, 'M249', 'Mounted Rubber Wheel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1002, 'M250', 'Mounted Rubber Wheel Sofu', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1003, 'M251', 'Mounted Steel / Brass Wheel 19mm 0.75\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1004, 'M252', 'Mounted Steel / Brass Wheel 25mm 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1005, 'M253', 'Mounted Stone', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1006, 'M254', 'Mounted Stone K', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1007, 'M255', 'Mounted Stone k Set of 100 With Wooden Box', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1008, 'M256', 'Mounted Stone MIX IND Set of 100', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1009, 'M257', 'Mounted Stone set of 10 6 mm Shank', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1010, 'M258', 'Mounted Stone set of 5 6 mm Shank', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1011, 'M259', 'Mounted Table Bench Brush Black Bristles Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1012, 'M260', 'Mounted Table Bench Brush Black Bristles Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1013, 'M261', 'Mounted Table Bench Brush Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1014, 'M262', 'Mounted Table Bench Brush Red Bristles', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1015, 'M263', 'Mounted Table Brush Black Bristle With Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1016, 'M264', 'Mounted Threads Dhaga Buff', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1017, 'M265', 'Mounted Wheel Paisa Buff 19mm 0.75\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1018, 'M266', 'Mounted Wheel Paisa Buff 25mm 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1019, 'M267', 'MS Handvice 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1020, 'M268', 'MS Handvice 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1021, 'M269', 'Mush White 25mm 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1022, 'M270', 'Mush White 38mm 1.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1023, 'M271', 'Mush White 50mm 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1024, 'M272', 'Mush White 63mm 2.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1025, 'M273', 'Mush White 76mm 3\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1026, 'N1', 'Needle File 100mm 4\' Set of 6 With Wooden Handle', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1027, 'N2', 'Needle File 10cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1028, 'N3', 'Needle File 12cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1029, 'N4', 'Needle File 14cm Double H/R', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1030, 'N5', 'Needle File 14cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1031, 'N6', 'Needle File 150mm 6\' Set of 6 With Wooden Handle', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1032, 'N7', 'Needle File 16cm 0/2 Cut', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1033, 'N8', 'Needle File 16cm Double H/R', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1034, 'N9', 'Needle File 16cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1035, 'N10', 'Needle File 18cm 0/2 Cut', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1036, 'N11', 'Needle File 18cm Double H/R', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1037, 'N12', 'Needle File 18cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1038, 'N13', 'Needle File 200mm 8\' Set of 5 With Plastic Handle', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1039, 'N14', 'Needle File 20cm 0/2 Cut', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1040, 'N15', 'Needle File 20cm Double H/R', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1041, 'N16', 'Needle File 20cm Half Round D', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1042, 'N17', 'Needle File 20cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1043, 'N18', 'Needle File 22cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1044, 'N19', 'Needle File 24cm Super', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1045, 'N20', 'Needle File Ferri 20cm Flat', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1046, 'N21', 'Needle File Ferri 20cm Half Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1047, 'N22', 'Needle File Fish 150mm Half Round 6\' 1566', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1048, 'N23', 'Needle File Fish 150mm Hand  6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1049, 'N24', 'Needle File Fish 20cm Double H/R', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1050, 'N25', 'Needle File Fish 20cm Flat', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1051, 'N26', 'Needle File Fish 20cm Half Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1052, 'N27', 'Needle File Fish 20cm Triangle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1053, 'N28', 'Needle File Fish 20cm Triangle 2407-4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1054, 'N29', 'Needle File Fish 20cm Triangle D', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1055, 'N30', 'Needle File Fish Linning 150mm 6\' LP 1136-6-2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1056, 'N31', 'Needle File Fish Triangle 150mm 6\' LP 1360-6-4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1057, 'N32', 'Needle File Hercules 14cm Double H/R', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1058, 'N33', 'Needle File Hercules 14cm Flat', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1059, 'N34', 'Needle File Hercules 14cm Half Round', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1060, 'N35', 'Needle File Hercules 14cm Knife', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1061, 'N36', 'Needle File Hercules 14cm Round', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1062, 'N37', 'Needle File Hercules 14cm Tricular', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1063, 'N38', 'Needle File Hercules 20cm Double H/R', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1064, 'N39', 'Needle File Hercules 20cm Flat', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1065, 'N40', 'Needle File Hercules 20cm Half Round', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1066, 'N41', 'Needle File Hercules 20cm Triangle', 'DOZ', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1067, 'N42', 'Needle File Set 12x12 Ind', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1068, 'N43', 'Needle File Set 14x10', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1069, 'N44', 'Needle File Set 14x10 With Insulation', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1070, 'N45', 'Needle File Set 14x12', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1071, 'N46', 'Needle File Set 14x12 IND', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1072, 'N47', 'Needle File Set 14x12 Shere Brand', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1073, 'N48', 'Needle File Set 14x12 With Insulation', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1074, 'N49', 'Needle File Set 14x6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1075, 'N50', 'Needle File Set 14x6 With Bead Handle', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1076, 'N51', 'Needle File Set 14x6 With Plastic Handle', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1077, 'N52', 'Needle File Set 16x10', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1078, 'N53', 'Needle File Set 16x12', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1079, 'N54', 'Needle File Set 16x12 Ind', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1080, 'N55', 'Needle File Set 16x6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1081, 'N56', 'Needle File Super G Mark', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1082, 'N57', 'Needle File Tele Triangle 20cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1083, 'N58', 'Needle Files Ferri Double Half Round 20 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1084, 'N59', 'Needle Files Ferri Triangle 20 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1085, 'N60', 'Needle Files Tel Half Round 20 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1086, 'N61', 'Needle Files Tel Triangle 20 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1087, 'N62', 'Needle Riffler Set 16x12 Ind', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1088, 'N63', 'Needle Sterile for Injections', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1089, 'N64', 'Needle Wax File Double Half Round End 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1090, 'N65', 'Needle Wax File Set 14x6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1091, 'N66', 'Noman Air Scriber', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1092, 'N67', 'Nozel Automatic 504C', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1093, 'N68', 'Nozel Automatic 807-1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1094, 'N69', 'Nozel Automatic 915', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1095, 'N70', 'Nozel Double Brass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1096, 'N71', 'Nozel Mandral No 1 Brass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1097, 'N72', 'Nozel Mandral No 2 Brass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1098, 'N73', 'Nozel Mandral No 3 Brass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1099, 'N74', 'Nozel Single', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1100, 'N75', 'Nozel Triplex', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1101, 'O1', 'Optivisor DA 10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1102, 'O2', 'Optivisor DA 5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1103, 'O3', 'Optivisor DA 7', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1104, 'P1', 'PCB Drill Manual', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1105, 'P2', 'PCB Drill Manual Brass Spring', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1106, 'P3', 'Pencil Mandral +', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1107, 'P4', 'Pencil Mandral 2mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1108, 'P5', 'Pencil Mandral 3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1109, 'P6', 'Pinvice Brass Heavy', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1110, 'P7', 'Pinvice Brass Learning Light', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1111, 'P8', 'Pinvice Knob', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1112, 'P9', 'Pinvice Nickle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1113, 'P10', 'Pinvice Plastic Fix Graver Pingtong Chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1114, 'P11', 'Pinvice Plastic Revolving Graver Pingtong Chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1115, 'P12', 'Pinvice Single Mouth Thin', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1116, 'P13', 'Pinvice Wooden Revolving Graver Pingtong Chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1117, 'P14', 'Plastic 1 Step Dubbi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1118, 'P15', 'Plastic Blade Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1119, 'P16', 'Plastic Diamond Sorting Tray 2x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1120, 'P17', 'Plastic Diamond Sorting Tray 3x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1121, 'P18', 'Plastic Diamond Sorting Tray 5x8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1122, 'P19', 'Plastic Diamond Sorting Tray 6x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1123, 'P20', 'Plastic Diamond Sorting Tray 8x4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1124, 'P21', 'Plastic Dubbi 1.5x1.5 Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1125, 'P22', 'Plastic Dubbi 1.5x1.5 full Transparent', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1126, 'P23', 'Plastic Dubbi 1.5x1.5 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1127, 'P24', 'Plastic Dubbi 1x1 Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1128, 'P25', 'Plastic Dubbi 1x1 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1129, 'P26', 'Plastic Dubbi 2x2 Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1130, 'P27', 'Plastic Dubbi 45mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1131, 'P28', 'Plastic Dubbi 45mm x15pc With Window box', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1132, 'P29', 'Plastic Dubbi 50mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1133, 'P30', 'Plastic Dubbi 55mm x12pc With Window box', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1134, 'P31', 'Plastic Dubbi 5x4 Black', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1135, 'P32', 'Plastic Dubbi 5x4 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1136, 'P33', 'Plastic Dubbi 75mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1137, 'P34', 'Plastic Dubbi 75mm Round Ivory', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1138, 'P35', 'Plastic Dubbi 75mm x 6pc With Window box', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1139, 'P36', 'Plastic Dubbi Blue 100x75 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1140, 'P37', 'Plastic Dubbi Blue 120x90 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1141, 'P38', 'Plastic Dubbi Blue 30x30 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1142, 'P39', 'Plastic Dubbi Blue 40x40 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1143, 'P40', 'Plastic Dubbi Blue 60x40 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1144, 'P41', 'Plastic Dubbi D 12 pc 38x35mm Thread Full Transparent', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1145, 'P42', 'Plastic Dubbi D 12 pc 40x20mm Thread Full Transparent', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1146, 'P43', 'Plastic Dubbi D 12 pc 40x35mm Thread Full Transparent', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1147, 'P44', 'Plastic Dubbi D 20 pc 30x22mm Thread Full Transparent', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1148, 'P45', 'Plastic File Handle Red / Black', 'PCS', '8205', NULL, -1, 0, 0, '2026-03-27 10:40:21', '2026-04-01 11:27:56'),
(1149, 'P46', 'Plastic Folding Magnifer Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1150, 'P47', 'Plastic Folding Magnifer Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1151, 'P48', 'Plastic Katori No 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1152, 'P49', 'Plastic Katori No 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1153, 'P50', 'Plastic Katori No 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1154, 'P51', 'Plastic Katori No 4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1155, 'P52', 'Plastic Mini Dubbi Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-04-01 12:30:37'),
(1156, 'P53', 'Plastic Mini Dubbi Round White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1157, 'P54', 'Plastic Mini Dubbi Square', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1158, 'P55', 'Plastic Ring Clamp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1159, 'P56', 'Plastic Ring Dubbi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1160, 'P57', 'Plastic Ring Sizer', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1161, 'P58', 'Plastic Ring Sizer Blue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1162, 'P59', 'Plastic Sample Card No 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1163, 'P60', 'Plastic Sorting Tray Black / White 10cm 4 \'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1164, 'P61', 'Plastic Sorting Tray Black / White 7 \'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1165, 'P62', 'Plastic Square Dubbi Loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-04-01 10:31:45'),
(1166, 'P63', 'Plastic Tray  5x2.5 Black / White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1167, 'P64', 'Plastic Tray 12x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1168, 'P65', 'Plastic Tray 18x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1169, 'P66', 'Plastic Tray 24x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1170, 'P67', 'Plastic Tray 4x2 Black / White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1171, 'P68', 'Plastic Tray 6x3  Black / White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1172, 'P69', 'Plastic Tray 8x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1173, 'P70', 'Plastic Triangle Tray Black / White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1174, 'P71', 'Plastic White Dubbi 1.5x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1175, 'P72', 'Plastic White Dubbi 2x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1176, 'P73', 'Plastic White Dubbi 3.5x3.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1177, 'P74', 'Plastic White Dubbi 5x3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1178, 'P75', 'Plastic Ya Husain Dubby Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1179, 'P76', 'Plating Pen Double', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1180, 'P77', 'Plating Pen Single', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1181, 'P78', 'Plating Pen Triple', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1182, 'P79', 'Plier 3 Step Plier looping', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1183, 'P80', 'Plier Fiber Tip Flat', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1184, 'P81', 'Plier Full Steel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1185, 'P82', 'Plier Green Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1186, 'P83', 'Plier Green Flat', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1187, 'P84', 'Plier Green Hole Punch', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1188, 'P85', 'Plier Green Nose Half Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1189, 'P86', 'Plier Green Nose Half Round Datta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1190, 'P87', 'Plier Green Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1191, 'P88', 'Plier Green Side Cutter', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1192, 'P89', 'Plier Green Top Cutter', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1193, 'P90', 'Plier MS Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1194, 'P91', 'Plier MS Green Nose Half Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1195, 'P92', 'Plier Punjabi Katiya 5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1196, 'P93', 'Plier Punjabi Katiya 5.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1197, 'P94', 'Plier Punjabi Katiya 7\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1198, 'P95', 'Plier Red Nose Half Round Khayl', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1199, 'P96', 'Plier Revoling Punch', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1200, 'P97', 'Plier Wooden Ring Holding', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1201, 'P98', 'Plier Yellow Nose Half Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1202, 'P99', 'Plier Yellow Nose Half Round Datta', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1203, 'P100', 'Plier Yellow Nose Round', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1204, 'P101', 'Plier Yellow Side Cutter', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1205, 'P102', 'Polisher Liquid 1 Ltr Blue', 'LTR', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1206, 'P103', 'Polisher Liquid 1 Ltr Crisal', 'LTR', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1207, 'P104', 'Polisher Liquid 1 Ltr Orange', 'LTR', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1208, 'P105', 'Polisher Liquid 1 Ltr Pink', 'LTR', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1209, 'P106', 'Polisher Liquid 1 Ltr Yellow', 'LTR', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1210, 'P107', 'Polishing Canning Luster 400Grm Osborn', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1211, 'P108', 'Polishing Canning Luster Osborn', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1212, 'P109', 'Polishing Canning Rouge AA 200Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1213, 'P110', 'Polishing Canning Rouge AA Big 400Grm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1214, 'P111', 'Polishing Compound Blue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1215, 'P112', 'Polishing Gems Lube', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1216, 'P113', 'Polishing Green Rouge German', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1217, 'P114', 'Polishing Grey Luster Bar', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1218, 'P115', 'Polishing Motor 204 carbon', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1219, 'P116', 'Polishing Motor 204 carbon Og', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1220, 'P117', 'Polishing Motor CC30 Carbon', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1221, 'P118', 'Polishing Motor Collet loose 3, 2.5 , +', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1222, 'P119', 'Polishing Motor Dearmei Hand Pc', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1223, 'P120', 'Polishing Motor Foredome Asia', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1224, 'P121', 'Polishing Motor Foredome CC30', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1225, 'P122', 'Polishing Motor Foredome CC30 Carbon', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1226, 'P123', 'Polishing Motor Foredome CC30 Chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1227, 'P124', 'Polishing Motor Foredome CC30 Foot Pedal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1228, 'P125', 'Polishing Motor Foredome CC30 Hand Piece', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1229, 'P126', 'Polishing Motor Foredome CC30 Inner only', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1230, 'P127', 'Polishing Motor Foredome CC30 Inner/Outer', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1231, 'P128', 'Polishing Motor Foredome CC30 KEY only', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1232, 'P129', 'Polishing Motor Foredome CC30 Outer only', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1233, 'P130', 'Polishing Motor Foredome CC30 Shaft Connector', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1234, 'P131', 'Polishing Motor Foredome CC30 Switch', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1235, 'P132', 'Polishing Motor Foredome SR', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1236, 'P133', 'Polishing Motor Foredome SR Carbon', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1237, 'P134', 'Polishing Motor M4 D', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1238, 'P135', 'Polishing Motor M4 Bearing Set of 4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1239, 'P136', 'Polishing Motor M4 Carbon', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1240, 'P137', 'Polishing Motor M4 Hand Piece', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1241, 'P138', 'Polishing Motor Minicraft H P', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1242, 'P139', 'Polishing Motor Minicraft H P With Chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1243, 'P140', 'Polishing Motor Minicraft Nut Cap', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1244, 'P141', 'Polishing Motor Minicraft Stand', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1245, 'P142', 'Polishing Motor Noble Elimeter', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1246, 'P143', 'Polishing Motor Stand', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1247, 'P144', 'Polishing Motor Strong 204 Bearing Set of 4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1248, 'P145', 'Polishing Motor Strong 204 Code Wire', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1249, 'P146', 'Polishing Motor Strong 204 collet', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1250, 'P147', 'Polishing Motor Strong 204 Elimeter', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1251, 'P148', 'Polishing Motor Strong 204 Foot Pedal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1252, 'P149', 'Polishing Motor Strong 204 Hand Piece D', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1253, 'P150', 'Polishing Motor Strong 207 35000 RPM', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1254, 'P151', 'Polishing Motor Strong 207 45000 RPM', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1255, 'P152', 'Polishing Motor Strong 207 OG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1256, 'P153', 'Polishing Motor Strong 210', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1257, 'P154', 'Polishing Motor Strong Machine 204 D', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1258, 'P155', 'Polishing Motor Strong Machine 204 OG', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1259, 'P156', 'Polishing Motor T-30 Hand Piece', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1260, 'P157', 'Polishing Rounak Luster Bar', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1261, 'P158', 'Polishing Tikan Gold Luster Bar', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1262, 'P159', 'Polishing White Diamond Luster', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1263, 'P160', 'Polishing White Gess Luster Bar', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1264, 'P161', 'Powder B1 Zing', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1265, 'P162', 'Powder Glass 225 Grm Royal', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1266, 'P163', 'Powder P & C White Bottle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1267, 'P164', 'Powder Unicast Investment 22.5 kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1268, 'P165', 'Prong Grip 4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1269, 'P166', 'Prong Grip 5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1270, 'P167', 'Prong Pusher With wooden handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1271, 'P168', 'Pump Red', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1272, 'P169', 'Pump Red / blue / Pink / Yellow Impt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1273, 'R1', 'Revoling Bur Stand', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1274, 'R2', 'Reza 10\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1275, 'R3', 'Reza 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1276, 'R4', 'Reza 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1277, 'R5', 'Reza 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1278, 'R6', 'Rhodium Tip Brown Arrow', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1279, 'R7', 'Rhodium Tip White', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1280, 'R8', 'Rhodium Tip White Arrow', 'BOX', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1281, 'R9', 'Ring Expander Delux', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1282, 'R10', 'Ring Expander Mini', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1283, 'R11', 'Ring Golden', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1284, 'R12', 'Ring Golden (2)', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1285, 'R13', 'Ring Setting Clamp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1286, 'R14', 'Ring Silver', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1287, 'R15', 'Ring Size Adjuster Khayl 1mm to 6 mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1288, 'R16', 'Ring Stick 1 to 36 Plastic Mix Colour', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1289, 'R17', 'Ring Stick Aluminum', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1290, 'R18', 'Ring Stick Beargon', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1291, 'R19', 'Ring stick Black 1 to 15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1292, 'R20', 'Ring Stick Plastic  Lazer Marking 1-36 / US', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1293, 'R21', 'Ring Stick PN Budha', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1294, 'W51', 'Wooden Wax Ring Stick Red / Blue', 'PCS', '8205', 'products/Fsbbuxhq4P4gGl6g1OZlP2o1HEfZmYG3341Vd4i5.jpg', 0, 0, 600, '2026-03-27 10:40:21', '2026-03-31 06:21:47'),
(1295, 'R23', 'Rope Cutter 8\' Aven', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1296, 'R24', 'Rotary Tool Kit of 118 pcs', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1297, 'R25', 'Rotary Tool Kit of 210 pcs', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1298, 'R26', 'Rotary Tool Kit of 211 pcs', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1299, 'R27', 'Rotary Tool Kit of 226 pcs', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1300, 'R28', 'Rotary Tool Kit of 388 pcs', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1301, 'R29', 'Rotary Tools Set of 105', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1302, 'R30', 'Rubber Pipe Blue 100 Mtrs', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1303, 'S1', 'Satin Buff', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1304, 'S2', 'Satin Buff 4x0.75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1305, 'S3', 'Satin Buff 4x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1306, 'S4', 'Satin Buff 6x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1307, 'S5', 'Satin Buff 8x1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1308, 'S6', 'Satin Buff Grey 4x1.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1309, 'S7', 'Saw Blade 0/2 Pike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1310, 'S8', 'Saw Blade 0/3 Pike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1311, 'S9', 'Saw Blade 0/4 Golden Swords', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1312, 'S10', 'Saw Blade 0/4 Pike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1313, 'S11', 'Saw Blade 0/5 Pike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1314, 'S12', 'Saw Blade 0/6 Pike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1315, 'S13', 'Saw Blade 1/0 Golden Fish IND', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1316, 'S14', 'Saw Blade 10 Antilope', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1317, 'S15', 'Saw Blade 12 Antilope', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1318, 'S16', 'Saw Blade 2/0 Golden eye', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1319, 'S17', 'Saw Blade 2/0 Niq Super', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1320, 'S18', 'Saw Blade 2/0 Superpike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1321, 'S19', 'Saw Blade 3/0 Golden eye', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1322, 'S20', 'Saw Blade 3/0 Niq Super', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1323, 'S21', 'Saw Blade 3/0 Superpike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1324, 'S22', 'Saw Blade 4/0 Golden eye', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1325, 'S23', 'Saw Blade 4/0 Niq Super', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21');
INSERT INTO `products` (`id`, `product_id`, `name`, `unit`, `hsn`, `image_path`, `c1`, `c2`, `c3`, `created_at`, `updated_at`) VALUES
(1326, 'S24', 'Saw Blade 4/0 Superpike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1327, 'S25', 'Saw Blade 5/0 Superpike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1328, 'S26', 'Saw Blade 6/0 Superpike', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1329, 'S27', 'Saw Blade Diamond', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1330, 'S28', 'Saw Blade Fish 0/3', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1331, 'S29', 'Saw Blade Fish 0/4', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1332, 'S30', 'Saw Blade Fish 0/5', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1333, 'S31', 'Saw Blade Fish No 0', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1334, 'S32', 'Saw Blade Fish No 2', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1335, 'S33', 'Saw Blade Fish No 3', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1336, 'S34', 'Saw Blade Fish No 5', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1337, 'S35', 'Saw Blade Fish No 6', 'GRS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1338, 'S36', 'Saw Blade Set 0/1 to 0/6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1339, 'S37', 'Saw Blade Set 1 to 6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1340, 'S38', 'Saw Blade Siliting 20mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1341, 'S39', 'Saw Blade Siliting 25mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1342, 'S40', 'Saw Blade Siliting 25mm Carbride', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1343, 'S41', 'Saw Blade Siliting 30mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1344, 'S42', 'Saw Frame Adjustable Vallorb', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1345, 'S43', 'Saw Frame Aven ET 1 Fret', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1346, 'S44', 'Saw Frame Aven Nut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1347, 'S45', 'Saw Frame Aven PS 20 Adjustable', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1348, 'S46', 'Saw Frame Aven PS 20 Premium Adjustable', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1349, 'S47', 'Saw Frame Aven PS 21  Chrome Fixed', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1350, 'S48', 'Saw Frame Aven PS 21  Premium Chrome Fixed', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1351, 'S49', 'Saw Frame Aven PS 21 Black Fixed', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1352, 'S50', 'Saw Frame Aven PS 21 Premium  Black / Blue Fixed', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1353, 'S51', 'Saw Frame Aven PS 24 8\' Black Fixed', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1354, 'S52', 'Saw Frame German', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1355, 'S53', 'Scale Foot 7 cm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1356, 'S54', 'Scraper Hollow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1357, 'S55', 'Scraper plain', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1358, 'S56', 'Scraper plain With Nylon/Fiber Handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1359, 'S57', 'Scraper SCR-3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1360, 'S58', 'Screw Driver 202FL 2x50mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1361, 'S59', 'Screw Driver Set 4 in 1', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1362, 'S60', 'Screw Driver set of 32', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1363, 'S61', 'Screw Driver set of 5', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1364, 'S62', 'Screw Driver set of 6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1365, 'S63', 'Screw Plate 14 Tap', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1366, 'S64', 'Screw Plate Tap only', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1367, 'S65', 'Screw Sanpa Plate 16', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1368, 'S66', 'Screw Sanpa Plate 20', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1369, 'S67', 'Screw Sanpa Plate 22', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1370, 'S68', 'Screw Sanpa Plate 24', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1371, 'S69', 'Screw Sanpa Plate 26', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1372, 'S70', 'Screw Sanpa Plate 28', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1373, 'S71', 'Screw Sanpa Plate 30', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1374, 'S72', 'Screw Sanpa Plate 32', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1375, 'S73', 'Screw Sanpa Plate 34', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1376, 'S74', 'Screw Sanpa Plate 36', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1377, 'S75', 'Screw Sanpa Plate 38', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1378, 'S76', 'Screw Sanpa Plate 5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1379, 'S77', 'Settings Bowl Attachment Accessories', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1380, 'S78', 'Settings Bowl Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1381, 'S79', 'Settings Bowl Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1382, 'S80', 'Shovel Supri No 1', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1383, 'S81', 'Shovel Supri No 2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1384, 'S82', 'Shovel Supri No 3', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1385, 'S83', 'Shovel Supri No 4', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1386, 'S84', 'Shovel Supri No 5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1387, 'S85', 'Shovel Supri No 6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1388, 'S86', 'Shovel Supri No 7', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1389, 'S87', 'Shovel Supri No 8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1390, 'S88', 'Shovel Supri With Handle Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1391, 'S89', 'Shovel Supri With Handle Medium', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1392, 'S90', 'Shovel Supri With Handle Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1393, 'S91', 'Silicon Eve 2mm Pencil Grey / Blue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1394, 'S92', 'Silicon Eve 2mm Pencil Red / Brown', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1395, 'S93', 'Silicon Eve 3mm Pencil Grey / Blue', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1396, 'S94', 'Silicon Eve 3mm Pencil Red / Brown', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1397, 'S95', 'Silicon Ring 1.5\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1398, 'S96', 'Silicon Ring 1.5\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1399, 'S97', 'Silicon Ring 2.5\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1400, 'S98', 'Silicon Ring 2.5\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1401, 'S99', 'Silicon Ring 2\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1402, 'S100', 'Silicon Ring 2\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1403, 'S101', 'Silicon Ring 3.5\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1404, 'S102', 'Silicon Ring 3.5\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1405, 'S103', 'Silicon Ring 3\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1406, 'S104', 'Silicon Ring 3\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1407, 'S105', 'Silicon Ring 4.5\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1408, 'S106', 'Silicon Ring 4.5\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1409, 'S107', 'Silicon Ring 4\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1410, 'S108', 'Silicon Ring 4\'x5mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1411, 'S109', 'Silicon Ring 5\'x3mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1412, 'S110', 'Silicon Rubber in Kg', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1413, 'S111', 'Soldering Cotton 6x6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1414, 'S112', 'Soldering Machine Max 550', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1415, 'S113', 'Soldering Machine Super max 550', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1416, 'S114', 'Soldering Machine Super Power 550', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1417, 'S115', 'Soldering Pen', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1418, 'S116', 'Soldering Pen Tip', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1419, 'S117', 'Soldering Wooden Pick', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1420, 'S118', 'Spendle Nylon/Fiber', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1421, 'S119', 'Spendle Nylon/Fiber Heavy', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1422, 'S120', 'Steel Bangle Sizer', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1423, 'S121', 'Steel Bowl Chatu 9\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1424, 'S122', 'Steel Neck Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1425, 'S123', 'Steel Neck Medium', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1426, 'S124', 'Steel Neck Small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1427, 'S125', 'Steel Ring Sizer', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1428, 'S126', 'Steel Sieve 33x42 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1429, 'S127', 'Steel Sieve 47x23 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1430, 'S128', 'Steel Sieve 47x42 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1431, 'S129', 'Steel Sieve 66x23 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1432, 'S130', 'Steel Sieve 66x42 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1433, 'S131', 'Steel Sieve 80x23 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1434, 'S132', 'Steel Sieve 80x42 Chalni', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1435, 'S133', 'Steel Sieve Acrylic Stand 47', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1436, 'S134', 'Steel Sieve Acrylic Stand 66', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1437, 'S135', 'Stone Arkanson 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1438, 'S136', 'Stone Arkanson 5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1439, 'S137', 'Stone Arkanson 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1440, 'S138', 'Stone Carbodium Combination 109', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1441, 'S139', 'Stone Carbodium Combination 111', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1442, 'S140', 'Stone Combination 8000 W / 2400 R', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1443, 'S141', 'Stone Combination 8000 W / 3000 R', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1444, 'S142', 'Stone Combination Red Grey', 'PCS', '68042210', NULL, -50, 0, 0, '2026-03-27 10:40:21', '2026-04-01 07:27:58'),
(1445, 'S143', 'Stone Emery 100x13x13', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1446, 'S144', 'Stone Emery 150x13x13', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1447, 'S145', 'Stone Emery 150x15x15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1448, 'S146', 'Stone Ghadi 112 4 \'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1449, 'S147', 'Stone Ghadi 121 6\' OG', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1450, 'S148', 'Stone Ghadi 6 \'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1451, 'S149', 'Stone Grey 3\' Carbodium 149', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1452, 'S150', 'Stone Grey 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1453, 'S151', 'Stone Hamburg Grey 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1454, 'S152', 'Stone Jilason 4/0', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1455, 'S153', 'Stone Jilason 555', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1456, 'S154', 'Stone Jilason 6/0', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1457, 'S155', 'Stone Jilason 777 Green / White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1458, 'S156', 'Stone Kasoti Gold Testing Oval MIX', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1459, 'S157', 'Stone Red Oil 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1460, 'S158', 'Stone Red Oil 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1461, 'S159', 'Stone Surya 1000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1462, 'S160', 'Stone Surya 1200', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1463, 'S161', 'Stone Surya 121', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1464, 'S162', 'Stone Surya 1500', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1465, 'S163', 'Stone Surya 2000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1466, 'S164', 'Stone Surya 2500', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1467, 'S165', 'Stone Surya 3000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1468, 'S166', 'Stone Surya 800', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1469, 'S167', 'Stone White 100x13x31.75 4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1470, 'S168', 'Stone White 150x13x31.75 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1471, 'S169', 'Surgical Blade No 11', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1472, 'S170', 'Surgical Blade No 12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1473, 'S171', 'Surgical Blade No 15', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1474, 'T1', 'Tags J-1 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1475, 'T2', 'Tags J-2 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1476, 'T3', 'Tags J-6 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1477, 'T4', 'Tags J-7 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1478, 'T5', 'Tags J-9 White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1479, 'T6', 'Tags Jewellery White', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1480, 'T7', 'Tags Jewellery Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1481, 'T8', 'Tumbler KD-6808 Mini', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1482, 'T9', 'Tumbler KT-185', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1483, 'T10', 'Tumbler KT-2000', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1484, 'T11', 'Tweezer 7A Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1485, 'T12', 'Tweezer AA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1486, 'T13', 'Tweezer Armsol Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1487, 'T14', 'Tweezer Brass AA', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1488, 'T15', 'Tweezer Diamond G.T Heavy', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1489, 'T16', 'Tweezer Diamond Horizontal Line', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1490, 'T17', 'Tweezer Diamond Vertical Line', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1491, 'T18', 'Tweezer Diamond With Cut', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1492, 'T19', 'Tweezer Fiber 5.5\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1493, 'T20', 'Tweezer Fiber Bend', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1494, 'T21', 'Tweezer Fine Point', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1495, 'T22', 'Tweezer Lucky No 10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1496, 'T23', 'Tweezer Lucky No 12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1497, 'T24', 'Tweezer Lucky No 9', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1498, 'T25', 'Tweezer MM', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1499, 'T26', 'Tweezer Plastic', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1500, 'T27', 'Tweezer Prox No 1 to 9', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1501, 'T28', 'Tweezer Prox No 10', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1502, 'T29', 'Tweezer Prox No 12', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1503, 'T30', 'Tweezer Side Lock', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1504, 'T31', 'Tweezer Stand', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1505, 'T32', 'Tweezer Steam Insulated 10\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1506, 'T33', 'Tweezer Steam Insulated 12\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1507, 'T34', 'Tweezer Steam Insulated 6\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1508, 'T35', 'Tweezer Steam Insulated 8\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1509, 'T36', 'Tweezer Titanium', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1510, 'T37', 'Tweezer With Showel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1511, 'T38', 'Tweezers Brass', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1512, 'U1', 'Ultrasonic Cleaner 0.8 Ltr', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1513, 'U2', 'Ultrasonic Cleaner 1.3 Ltr', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1514, 'U3', 'Ultrasonic Cleaner 2 Ltr D68H', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1515, 'U4', 'Ultrasonic Cleaner 2.5 Ltr', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1516, 'U5', 'Ultrasonic Cleaner 3 Ltr', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1517, 'U6', 'Ultrasonic Cleaner 3.2 Ltr 020S', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1518, 'U7', 'Ultrasonic Cleaner 3.5 Ltr', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1519, 'U8', 'Ultrasonic Cleaner 4.5 Ltr 030S', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1520, 'U9', 'Ultrasonic Cleaner 6.5 Ltr 031S', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1521, 'U10', 'Ultrasonic Hook Rack 12/24', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1522, 'U11', 'Ultrasonic Hook Rack 15/30', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1523, 'U12', 'Ultrasonic Hook Rack 8/16', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1524, 'U13', 'Ultrasonic Liquid 1 Ltr', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1525, 'U14', 'Ultrasonic Liquid 100 ml', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1526, 'U15', 'Ultrasonic Liquid 200 ml', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1527, 'U16', 'Ultrasonic Liquid 400 ml', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1528, 'U17', 'Ultrasonic Media Cleaner', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1529, 'U18', 'Universal Work Holder', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1530, 'U19', 'Unmounted Brass / Steel Wheel KMC', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1531, 'U20', 'Unmounted Brass / Steel Wheel Paisa Buff', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1532, 'U21', 'Unmounted Bullet Zoom', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1533, 'U22', 'Unmounted Cloth Buff  White / Yellow 3/4\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1534, 'U23', 'Unmounted Cloth Buff White / Yellow', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1535, 'U24', 'Unmounted Eve Rubber wheel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1536, 'U25', 'Unmounted leather Buff', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1537, 'U26', 'Unmounted Paisa Buff 1\' 25mm', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1538, 'U27', 'Unmounted Paisa Buff 6/8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1539, 'U28', 'Unmounted Paisa Buff Black / White 2\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1540, 'U29', 'Unmounted Rubber Mix', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1541, 'U30', 'Unmounted Stone Wheel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1542, 'U31', 'Unmounted Wheel Zoom 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1543, 'U32', 'Unmounted Wheel Zoom 6/8', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1544, 'U33', 'Unmounted White / Yellow Stitched 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1545, 'U34', 'Unmounted White / Yellow Stitched With Revit 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1546, 'U35', 'Unmounted White / Yellow Unstitched With Revit 1\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1547, 'U36', 'Unmounted Zoom Rubber Wheel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1548, 'W1', 'Wax Carver Loose', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1549, 'W2', 'Wax Craver set of 12', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1550, 'W3', 'Wax Craver set of 6', 'SET', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1551, 'W4', 'Wax Tube Ferri', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1552, 'W5', 'Weight Steel 1 Kg batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1553, 'W6', 'Weight Steel 100 Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1554, 'W7', 'Weight Steel 10Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1555, 'W8', 'Weight Steel 2 Kg batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1556, 'W9', 'Weight Steel 200 Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1557, 'W10', 'Weight Steel 20Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1558, 'W11', 'Weight Steel 50 Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1559, 'W12', 'Weight Steel 500 Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1560, 'W13', 'Weight Steel 5Grm batt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1561, 'W14', 'Wood Carving Chisel Set of 6', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1562, 'W15', 'Wooden Acid Glass Bottel Stand Double', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1563, 'W16', 'Wooden Acid Glass Bottel Stand Single', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1564, 'W17', 'Wooden Bangle Vice Big', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1565, 'W18', 'Wooden Bangle Vice small', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1566, 'W19', 'Wooden Bench Pin For Ring  Clamp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1567, 'W20', 'Wooden Benchpin 5x2.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1568, 'W21', 'Wooden Benchpin 6x0.75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1569, 'W22', 'Wooden Benchpin 6x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1570, 'W23', 'Wooden Benchpin 7x0.75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1571, 'W24', 'Wooden Benchpin 7x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1572, 'W25', 'Wooden Benchpin 7x2', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1573, 'W26', 'Wooden Benchpin 7x2.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1574, 'W27', 'Wooden Benchpin 7x2.75', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1575, 'W28', 'Wooden Bhusa Laxmi', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1576, 'W29', 'Wooden Dhoka 12x2 With handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1577, 'W30', 'Wooden Dhoka 15x1.5', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1578, 'W31', 'Wooden Doming Block set of 24', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1579, 'W32', 'Wooden Doming Block set of 36', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1580, 'W33', 'Wooden Emery Mandrel Cone 7\'', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1581, 'W34', 'Wooden Emery Split Mandrel', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1582, 'W35', 'Wooden File Handle 3\' Expt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1583, 'W36', 'Wooden File Handle 3\' IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1584, 'W37', 'Wooden File Handle 4\' Expt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1585, 'W38', 'Wooden File Handle 4\' IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1586, 'W39', 'Wooden File Handle 5\' Expt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1587, 'W40', 'Wooden File Handle 5\' IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1588, 'W41', 'Wooden File Handle 6\' IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1589, 'W42', 'Wooden Fix Graver Pingtong Chuck', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1590, 'W43', 'Wooden Graver handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1591, 'W44', 'Wooden Graver handle IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1592, 'W45', 'Wooden Handvice Expt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1593, 'W46', 'Wooden Handvice IND', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1594, 'W47', 'Wooden Plier Stand', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1595, 'W48', 'Wooden Ring Clamp', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1596, 'W49', 'Wooden Ring Clamp Expt', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1597, 'W50', 'Wooden Swiss Graver handle', 'PCS', '1', NULL, 0, 0, 0, '2026-03-27 10:40:21', '2026-03-27 10:40:21'),
(1598, 'E98', 'Emery Paper Wooden Stick', 'PCS', '6805', NULL, 0, 0, 0, '2026-04-01 06:36:11', '2026-04-01 06:36:11'),
(1599, 'P170', 'Plastic 20 Dubbi Loose Ivory', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 10:30:00', '2026-04-01 12:30:37'),
(1600, 'P171', 'Plastic 12 Dubbi Loose Ivory', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 10:30:25', '2026-04-01 10:30:25'),
(1601, 'P172', 'Polishing luxor Blue Rouge', 'PCS', '1', NULL, 0, 1, 0, '2026-04-01 13:42:56', '2026-04-01 13:47:28'),
(1602, 'P173', 'Polishing luxor Green Rouge', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 13:43:21', '2026-04-02 05:57:43'),
(1603, 'P174', 'Polishing luxor Grey Rouge', 'PCS', '1', NULL, 0, -1, 0, '2026-04-01 13:43:40', '2026-04-02 05:57:43'),
(1604, 'P175', 'Polishing luxor Orange Rouge', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 13:44:07', '2026-04-02 05:57:43'),
(1605, 'P176', 'Polishing luxor White Rouge', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 13:44:26', '2026-04-02 05:57:43'),
(1606, 'P177', 'Polishing luxor Yellow Rouge', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 13:44:45', '2026-04-02 05:57:43'),
(1607, 'P178', 'Polishing luxor Red Rouge', 'PCS', '1', NULL, 0, 0, 0, '2026-04-01 13:45:01', '2026-04-02 05:57:43'),
(1608, 'M274', 'Magnet P 3x5', 'PCS', '850511', NULL, 0, -5000, 0, '2026-04-02 05:57:08', '2026-04-02 05:57:43');

-- --------------------------------------------------------

--
-- Table structure for table `product_opening_stocks`
--

CREATE TABLE `product_opening_stocks` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED DEFAULT NULL,
  `as_on_date` date NOT NULL,
  `qty_pcs` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_opening_stocks`
--

INSERT INTO `product_opening_stocks` (`id`, `product_id`, `company_id`, `as_on_date`, `qty_pcs`, `created_at`, `updated_at`) VALUES
(1, 289, 1, '2026-04-01', 365, '2026-03-30 08:54:24', '2026-03-30 08:54:24'),
(2, 289, 3, '2026-04-01', 364, '2026-03-30 08:54:38', '2026-03-30 08:54:38'),
(3, 1294, 3, '2026-04-01', 600, '2026-03-31 06:20:23', '2026-03-31 06:20:34');

-- --------------------------------------------------------

--
-- Table structure for table `product_tax_rates`
--

CREATE TABLE `product_tax_rates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `starts_at` date NOT NULL,
  `percentage` decimal(5,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `product_tax_rates`
--

INSERT INTO `product_tax_rates` (`id`, `product_id`, `starts_at`, `percentage`, `created_at`, `updated_at`) VALUES
(1, 289, '2026-04-01', 18.00, '2026-03-30 08:53:00', '2026-03-30 08:53:00'),
(4, 1294, '2026-04-01', 18.00, '2026-03-31 06:21:47', '2026-03-31 06:21:47'),
(5, 883, '2026-03-31', 18.00, '2026-03-31 11:09:08', '2026-03-31 11:09:08'),
(8, 560, '2026-04-01', 5.00, '2026-03-31 12:19:27', '2026-03-31 12:19:27'),
(9, 359, '2026-04-01', 18.00, '2026-04-01 05:59:14', '2026-04-01 05:59:14'),
(10, 733, '2026-04-01', 18.00, '2026-04-01 05:59:14', '2026-04-01 05:59:14'),
(11, 802, '2026-04-01', 18.00, '2026-04-01 06:21:08', '2026-04-01 06:21:08'),
(14, 304, '2026-04-01', 18.00, '2026-04-01 06:51:43', '2026-04-01 06:51:43'),
(15, 303, '2026-04-01', 18.00, '2026-04-01 06:54:01', '2026-04-01 06:54:01'),
(16, 1444, '2026-04-01', 18.00, '2026-04-01 07:27:58', '2026-04-01 07:27:58'),
(17, 623, '2026-04-01', 18.00, '2026-04-01 07:36:17', '2026-04-01 07:36:17'),
(18, 487, '2026-04-01', 18.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(19, 475, '2026-04-01', 18.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(20, 476, '2026-04-01', 18.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(21, 924, '2026-04-01', 18.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(22, 1148, '2026-04-01', 18.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(23, 996, '2026-04-01', 18.00, '2026-04-01 11:37:11', '2026-04-01 11:37:11'),
(24, 995, '2026-04-01', 18.00, '2026-04-01 11:40:45', '2026-04-01 11:40:45'),
(25, 789, '2026-04-01', 18.00, '2026-04-01 12:46:15', '2026-04-01 12:46:15');

-- --------------------------------------------------------

--
-- Table structure for table `purchases`
--

CREATE TABLE `purchases` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `invoice_date` date NOT NULL,
  `bill_no` varchar(50) DEFAULT NULL,
  `mode` enum('bill','cash') NOT NULL DEFAULT 'bill',
  `tax_total` decimal(12,2) DEFAULT 0.00,
  `pf_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `pf_tax_percent` decimal(5,2) NOT NULL DEFAULT 0.00,
  `pf_tax_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `amount_total` decimal(12,2) DEFAULT 0.00,
  `roundoff` decimal(12,2) DEFAULT 0.00,
  `grand_total` decimal(12,2) DEFAULT 0.00,
  `eway_bill_no` varchar(255) DEFAULT NULL,
  `eway_bill_date` date DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `purchases`
--

INSERT INTO `purchases` (`id`, `company_id`, `party_id`, `invoice_date`, `bill_no`, `mode`, `tax_total`, `pf_amount`, `pf_tax_percent`, `pf_tax_amount`, `amount_total`, `roundoff`, `grand_total`, `eway_bill_no`, `eway_bill_date`, `created_by`, `created_at`, `updated_at`) VALUES
(1, 3, 281, '2026-04-01', '03', 'bill', 10832.40, 0.00, 18.00, 0.00, 60180.00, -0.40, 71012.00, NULL, NULL, NULL, '2026-04-01 07:36:17', '2026-04-01 07:36:17'),
(2, 1, 281, '2026-04-01', '02', 'bill', 10832.40, 0.00, 18.00, 0.00, 60180.00, -0.40, 71012.00, NULL, NULL, NULL, '2026-04-01 07:40:05', '2026-04-01 07:40:05'),
(3, 2, 1092, '2026-04-01', '16', 'cash', 0.00, 0.00, 0.00, 0.00, 40000.00, 0.00, 40000.00, NULL, NULL, NULL, '2026-04-01 12:30:37', '2026-04-01 12:30:37'),
(4, 2, 1093, '2026-04-01', 'R-0036', 'cash', 0.00, 0.00, 0.00, 0.00, 2730.00, 0.00, 2730.00, NULL, NULL, NULL, '2026-04-01 13:47:28', '2026-04-01 13:47:28');

-- --------------------------------------------------------

--
-- Table structure for table `purchase_items`
--

CREATE TABLE `purchase_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `purchase_id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `hsn` varchar(20) DEFAULT NULL,
  `unit` varchar(50) DEFAULT NULL,
  `qty` decimal(12,3) DEFAULT 0.000,
  `rate` decimal(12,2) DEFAULT 0.00,
  `tax_percent` decimal(5,2) DEFAULT 0.00,
  `line_amount` decimal(12,2) DEFAULT 0.00,
  `line_tax_amount` decimal(12,2) DEFAULT 0.00,
  `line_total` decimal(12,2) DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `purchase_items`
--

INSERT INTO `purchase_items` (`id`, `purchase_id`, `company_id`, `product_id`, `hsn`, `unit`, `qty`, `rate`, `tax_percent`, `line_amount`, `line_tax_amount`, `line_total`, `created_at`, `updated_at`) VALUES
(1, 1, 3, 623, '8205', 'PCS', 708.000, 85.00, 18.00, 60180.00, 10832.40, 71012.40, '2026-04-01 07:36:17', '2026-04-01 07:36:17'),
(2, 2, 1, 623, '8205', 'PCS', 708.000, 85.00, 18.00, 60180.00, 10832.40, 71012.40, '2026-04-01 07:40:05', '2026-04-01 07:40:05'),
(3, 3, 2, 1155, '1', 'PCS', 10000.000, 1.00, 0.00, 10000.00, 0.00, 10000.00, '2026-04-01 12:30:37', '2026-04-01 12:30:37'),
(4, 3, 2, 1599, '1', 'PCS', 20000.000, 1.50, 0.00, 30000.00, 0.00, 30000.00, '2026-04-01 12:30:37', '2026-04-01 12:30:37'),
(5, 4, 2, 1601, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(6, 4, 2, 1602, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(7, 4, 2, 1603, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(8, 4, 2, 1604, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(9, 4, 2, 1605, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(10, 4, 2, 1606, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28'),
(11, 4, 2, 1607, '1', 'PCS', 1.000, 390.00, 0.00, 390.00, 0.00, 390.00, '2026-04-01 13:47:28', '2026-04-01 13:47:28');

-- --------------------------------------------------------

--
-- Table structure for table `purchase_orders`
--

CREATE TABLE `purchase_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `po_no` varchar(50) NOT NULL,
  `order_date` date NOT NULL,
  `mode` varchar(10) NOT NULL DEFAULT 'bill',
  `status` varchar(20) NOT NULL DEFAULT 'draft',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `purchase_order_items`
--

CREATE TABLE `purchase_order_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `purchase_order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `qty` decimal(15,3) NOT NULL,
  `unit` varchar(20) DEFAULT NULL,
  `rate` decimal(12,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `purchase_order_item_parties`
--

CREATE TABLE `purchase_order_item_parties` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `purchase_order_item_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `purchase_payments`
--

CREATE TABLE `purchase_payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `bank_account_id` bigint(20) UNSIGNED NOT NULL,
  `paid_at` date NOT NULL,
  `amount` decimal(14,2) NOT NULL,
  `remarks` varchar(255) DEFAULT NULL,
  `reference` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `purchase_returns`
--

CREATE TABLE `purchase_returns` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `invoice_date` date NOT NULL,
  `bill_no` varchar(50) DEFAULT NULL,
  `mode` varchar(10) NOT NULL DEFAULT 'bill',
  `reason` varchar(20) NOT NULL DEFAULT 'damage',
  `tax_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `amount_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `roundoff` decimal(8,2) NOT NULL DEFAULT 0.00,
  `grand_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `purchase_return_items`
--

CREATE TABLE `purchase_return_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `purchase_return_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `hsn` varchar(20) DEFAULT NULL,
  `unit` varchar(20) DEFAULT NULL,
  `qty` decimal(10,3) NOT NULL DEFAULT 0.000,
  `rate` decimal(12,2) NOT NULL DEFAULT 0.00,
  `tax_percent` decimal(5,2) NOT NULL DEFAULT 0.00,
  `line_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `line_tax_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `line_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sales`
--

CREATE TABLE `sales` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `shipping_address_id` bigint(20) UNSIGNED DEFAULT NULL,
  `bill_no` varchar(100) NOT NULL,
  `invoice_date` date NOT NULL,
  `bill_type` varchar(50) NOT NULL COMMENT 'bill, cash memo, black',
  `delivery_note` varchar(255) DEFAULT NULL,
  `delivery_note_date` date DEFAULT NULL,
  `buyer_order_no` varchar(255) DEFAULT NULL,
  `buyer_order_date` date DEFAULT NULL,
  `dispatched_through` varchar(255) DEFAULT NULL,
  `destination` varchar(255) DEFAULT NULL,
  `terms_of_delivery` varchar(255) DEFAULT NULL,
  `mode` varchar(50) NOT NULL COMMENT 'cash, bill',
  `amount_total` decimal(15,2) NOT NULL DEFAULT 0.00,
  `tax_total` decimal(15,2) NOT NULL DEFAULT 0.00,
  `pf_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `pf_tax_percent` decimal(5,2) NOT NULL DEFAULT 0.00,
  `pf_tax_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `roundoff` decimal(10,2) NOT NULL DEFAULT 0.00,
  `grand_total` decimal(15,2) NOT NULL DEFAULT 0.00,
  `eway_bill_no` varchar(255) DEFAULT NULL,
  `eway_bill_date` date DEFAULT NULL,
  `remarks` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sales`
--

INSERT INTO `sales` (`id`, `company_id`, `party_id`, `shipping_address_id`, `bill_no`, `invoice_date`, `bill_type`, `delivery_note`, `delivery_note_date`, `buyer_order_no`, `buyer_order_date`, `dispatched_through`, `destination`, `terms_of_delivery`, `mode`, `amount_total`, `tax_total`, `pf_amount`, `pf_tax_percent`, `pf_tax_amount`, `roundoff`, `grand_total`, `eway_bill_no`, `eway_bill_date`, `remarks`, `created_at`, `updated_at`) VALUES
(1, 3, 789, NULL, 'Ezzy-001-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 34200.00, 6156.00, 100.00, 18.00, 18.00, 0.00, 40474.00, NULL, NULL, NULL, '2026-04-01 05:40:25', '2026-04-01 06:12:01'),
(2, 1, 823, NULL, 'EB-001-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 2850.00, 513.00, 0.00, 18.00, 0.00, 0.00, 3363.00, NULL, NULL, NULL, '2026-04-01 05:59:14', '2026-04-01 05:59:14'),
(3, 1, 119, NULL, 'EB-002-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 13000.00, 2340.00, 0.00, 18.00, 0.00, 0.00, 15340.00, NULL, NULL, NULL, '2026-04-01 06:21:08', '2026-04-01 12:46:15'),
(4, 1, 166, NULL, 'EB-003-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 550.00, 99.00, 0.00, 18.00, 0.00, 0.00, 649.00, NULL, NULL, NULL, '2026-04-01 06:29:46', '2026-04-01 06:29:46'),
(5, 1, 499, NULL, 'EB-004-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 14750.00, 2655.00, 100.00, 18.00, 18.00, 0.00, 17523.00, NULL, NULL, NULL, '2026-04-01 06:50:02', '2026-04-01 06:55:32'),
(6, 1, 444, NULL, 'EB-005-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 5500.00, 990.00, 0.00, 18.00, 0.00, 0.00, 6490.00, NULL, NULL, NULL, '2026-04-01 07:10:02', '2026-04-01 07:10:02'),
(7, 1, 655, NULL, 'EB-006-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 12500.00, 2250.00, 0.00, 18.00, 0.00, 0.00, 14750.00, NULL, NULL, NULL, '2026-04-01 07:27:58', '2026-04-01 07:27:58'),
(8, 2, 1091, NULL, '001/26-27', '2026-04-01', 'cash', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'cash', 52500.00, 0.00, 600.00, 0.00, 0.00, 0.00, 53100.00, NULL, NULL, '6 gooni', '2026-04-01 10:26:18', '2026-04-01 10:31:45'),
(9, 1, 387, NULL, 'EB-007-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 9375.00, 1687.50, 0.00, 18.00, 0.00, 0.50, 11063.00, NULL, NULL, NULL, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(10, 1, 614, NULL, 'EB-008-2627', '2026-04-01', 'bill', NULL, NULL, NULL, NULL, NULL, NULL, '15 Days Credit', 'bill', 12500.00, 2250.00, 0.00, 18.00, 0.00, 0.00, 14750.00, NULL, NULL, NULL, '2026-04-01 11:37:11', '2026-04-01 11:37:11'),
(11, 2, 1137, NULL, '002/26-27', '2026-04-02', 'cash', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'cash', 21725.00, 0.00, 75.00, 0.00, 0.00, 0.00, 21800.00, NULL, NULL, NULL, '2026-04-02 05:46:41', '2026-04-02 05:57:43');

-- --------------------------------------------------------

--
-- Table structure for table `sale_enquiries`
--

CREATE TABLE `sale_enquiries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `enquiry_no` varchar(50) NOT NULL,
  `enquiry_date` date NOT NULL,
  `mode` varchar(10) NOT NULL DEFAULT 'bill',
  `status` varchar(20) NOT NULL DEFAULT 'open',
  `amount_total` decimal(15,2) DEFAULT 0.00,
  `tax_total` decimal(15,2) DEFAULT 0.00,
  `roundoff` decimal(10,2) DEFAULT 0.00,
  `grand_total` decimal(15,2) DEFAULT 0.00,
  `remarks` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sale_enquiry_items`
--

CREATE TABLE `sale_enquiry_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `sale_enquiry_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `hsn` varchar(50) DEFAULT NULL,
  `unit` varchar(50) DEFAULT NULL,
  `qty` decimal(15,3) NOT NULL DEFAULT 0.000,
  `rate` decimal(15,2) NOT NULL DEFAULT 0.00,
  `tax_percent` decimal(5,2) NOT NULL DEFAULT 0.00,
  `line_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `line_tax_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `line_total` decimal(15,2) NOT NULL DEFAULT 0.00,
  `is_converted` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sale_items`
--

CREATE TABLE `sale_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `sale_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `hsn` varchar(50) DEFAULT NULL,
  `unit` varchar(50) DEFAULT NULL,
  `qty` decimal(15,3) NOT NULL,
  `rate` decimal(15,2) NOT NULL,
  `tax_percent` decimal(5,2) NOT NULL,
  `line_amount` decimal(15,2) NOT NULL,
  `line_tax_amount` decimal(15,2) NOT NULL,
  `line_total` decimal(15,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sale_items`
--

INSERT INTO `sale_items` (`id`, `company_id`, `sale_id`, `product_id`, `hsn`, `unit`, `qty`, `rate`, `tax_percent`, `line_amount`, `line_tax_amount`, `line_total`, `created_at`, `updated_at`) VALUES
(2, 1, 2, 359, '84231000', 'PCS', 6.000, 325.00, 18.00, 1950.00, 351.00, 2301.00, '2026-04-01 05:59:14', '2026-04-01 05:59:14'),
(3, 1, 2, 733, '8205', 'PCS', 6.000, 150.00, 18.00, 900.00, 162.00, 1062.00, '2026-04-01 05:59:14', '2026-04-01 05:59:14'),
(4, 3, 1, 289, '82032000', 'PCS', 120.000, 285.00, 18.00, 34200.00, 6156.00, 40356.00, '2026-04-01 06:12:01', '2026-04-01 06:12:01'),
(6, 1, 4, 883, '850511', 'PCS', 100.000, 5.50, 18.00, 550.00, 99.00, 649.00, '2026-04-01 06:29:46', '2026-04-01 06:29:46'),
(11, 1, 5, 303, '68042290', 'Box', 5.000, 750.00, 18.00, 3750.00, 675.00, 4425.00, '2026-04-01 06:55:32', '2026-04-01 06:55:32'),
(12, 1, 5, 304, '68042290', 'BOX', 5.000, 2200.00, 18.00, 11000.00, 1980.00, 12980.00, '2026-04-01 06:55:32', '2026-04-01 06:55:32'),
(13, 1, 6, 303, '68042290', 'BOX', 10.000, 550.00, 18.00, 5500.00, 990.00, 6490.00, '2026-04-01 07:10:02', '2026-04-01 07:10:02'),
(14, 1, 7, 1444, '68042210', 'PCS', 50.000, 250.00, 18.00, 12500.00, 2250.00, 14750.00, '2026-04-01 07:27:58', '2026-04-01 07:27:58'),
(17, 2, 8, 1155, '1', 'PCS', 10000.000, 1.25, 0.00, 12500.00, 0.00, 12500.00, '2026-04-01 10:31:45', '2026-04-01 10:31:45'),
(18, 2, 8, 1599, '1', 'PCS', 20000.000, 2.00, 0.00, 40000.00, 0.00, 40000.00, '2026-04-01 10:31:45', '2026-04-01 10:31:45'),
(19, 1, 9, 487, '9603', 'PCS', 700.000, 11.00, 18.00, 7700.00, 1386.00, 9086.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(20, 1, 9, 475, '9603', 'PCS', 50.000, 13.00, 18.00, 650.00, 117.00, 767.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(21, 1, 9, 476, '9603', 'PCS', 50.000, 16.00, 18.00, 800.00, 144.00, 944.00, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(22, 1, 9, 924, '9002', 'PCS', 2.000, 80.00, 18.00, 160.00, 28.80, 188.80, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(23, 1, 9, 1148, '8205', 'PCS', 1.000, 65.00, 18.00, 65.00, 11.70, 76.70, '2026-04-01 11:27:56', '2026-04-01 11:27:56'),
(24, 1, 10, 996, '9603', 'PCS', 500.000, 25.00, 18.00, 12500.00, 2250.00, 14750.00, '2026-04-01 11:37:11', '2026-04-01 11:37:11'),
(25, 1, 3, 789, '850511', 'PCS', 1000.000, 13.00, 18.00, 13000.00, 2340.00, 15340.00, '2026-04-01 12:46:15', '2026-04-01 12:46:15'),
(34, 2, 11, 1603, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(35, 2, 11, 1602, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(36, 2, 11, 1603, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(37, 2, 11, 1604, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(38, 2, 11, 1605, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(39, 2, 11, 1606, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(40, 2, 11, 1607, '1', 'PCS', 1.000, 425.00, 0.00, 425.00, 0.00, 425.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43'),
(41, 2, 11, 1608, '850511', 'PCS', 5000.000, 3.75, 0.00, 18750.00, 0.00, 18750.00, '2026-04-02 05:57:43', '2026-04-02 05:57:43');

-- --------------------------------------------------------

--
-- Table structure for table `sale_receipts`
--

CREATE TABLE `sale_receipts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `bank_account_id` bigint(20) UNSIGNED NOT NULL,
  `received_at` date NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `reference` varchar(100) DEFAULT NULL,
  `remarks` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sale_returns`
--

CREATE TABLE `sale_returns` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `party_id` bigint(20) UNSIGNED NOT NULL,
  `invoice_date` date NOT NULL,
  `bill_no` varchar(50) DEFAULT NULL,
  `mode` varchar(10) NOT NULL DEFAULT 'bill',
  `reason` varchar(20) NOT NULL DEFAULT 'damage',
  `tax_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `amount_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `roundoff` decimal(8,2) NOT NULL DEFAULT 0.00,
  `grand_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sale_return_items`
--

CREATE TABLE `sale_return_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `sale_return_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `hsn` varchar(20) DEFAULT NULL,
  `unit` varchar(20) DEFAULT NULL,
  `qty` decimal(10,3) NOT NULL DEFAULT 0.000,
  `rate` decimal(12,2) NOT NULL DEFAULT 0.00,
  `tax_percent` decimal(5,2) NOT NULL DEFAULT 0.00,
  `line_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `line_tax_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `line_total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sequences`
--

CREATE TABLE `sequences` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `doc_type` varchar(50) NOT NULL COMMENT 'e.g. SALE_BILL, SALE_CASH_MEMO',
  `financial_year` varchar(20) NOT NULL COMMENT 'e.g. 2024-2025',
  `prefix` varchar(50) NOT NULL COMMENT 'e.g. C1/GST/24-25/',
  `last_number` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sequences`
--

INSERT INTO `sequences` (`id`, `company_id`, `doc_type`, `financial_year`, `prefix`, `last_number`, `created_at`, `updated_at`) VALUES
(1, 2, 'SALE_BLACK', '2025-2026', 'CM-', 4, '2026-03-31 10:50:52', '2026-03-31 13:11:08'),
(2, 1, 'SALE_BILL', '2025-2026', 'EB-', 2, '2026-03-31 11:09:08', '2026-03-31 11:10:31'),
(3, 3, 'SALE_BILL', '2025-2026', 'Ezzy-', 2, '2026-03-31 11:53:36', '2026-03-31 12:22:48'),
(4, 3, 'SALE_BILL', '2026-2027', 'Ezzy-', 1, '2026-04-01 05:40:25', '2026-04-01 05:40:25'),
(5, 1, 'SALE_BILL', '2026-2027', 'EB-', 8, '2026-04-01 05:59:14', '2026-04-01 11:37:11'),
(6, 2, 'SALE_BLACK', '2026-2027', 'CM-', 2, '2026-04-01 10:26:18', '2026-04-02 05:46:41');

-- --------------------------------------------------------

--
-- Table structure for table `sessions`
--

CREATE TABLE `sessions` (
  `id` varchar(255) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `payload` longtext NOT NULL,
  `last_activity` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sessions`
--

INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES
('5bXGoFHbd1MI4AvSAqepZ28taBJn6qm5oiWmEvHp', 2, '106.222.210.188', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiMExVTTNqRGFpenZ0MFA2bDZiTVBqUzNZWjdaMkdvUHlqUmM1Z0lYRSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDk6Imh0dHBzOi8vYmlsbGluZy5naWdtb3ouY29tL3B1YmxpYy9jLzIvc2FsZS8xMS9wZGYiO3M6NToicm91dGUiO3M6ODoic2FsZS5wZGYiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aToyO3M6MTA6ImNvbXBhbnlfaWQiO2k6Mjt9', 1775108893),
('BBV3zB4MrNGpG3Hq0h0kBXLVN7VFtyqN5FDrVO9u', 1, '103.163.195.27', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiT0E4V0F3eThSSlBGNXJSMEh4QUdpUmRDN0FESWYxVUlLOGdNZlpWZSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDc6Imh0dHBzOi8vYmlsbGluZy5naWdtb3ouY29tL3B1YmxpYy9jLzEvZGFzaGJvYXJkIjtzOjU6InJvdXRlIjtzOjE0OiJkYXNoYm9hcmQuaG9tZSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjE7czoxMDoiY29tcGFueV9pZCI7aToxO30=', 1775108725),
('crgwrVl8gsopUhE32m7KVWlxOfpUiTVGhpHi8Dp8', 1, '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', 'YTo2OntzOjY6Il90b2tlbiI7czo0MDoiY3lLYVF2MXo4dVBtN0pTdTJrelJGa2xUaktPMTFpcDVhQWRGRllTYiI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czo0NzoiaHR0cHM6Ly9iaWxsaW5nLmdpZ21vei5jb20vcHVibGljL2MvMS9kYXNoYm9hcmQiO31zOjk6Il9wcmV2aW91cyI7YToyOntzOjM6InVybCI7czo0NzoiaHR0cHM6Ly9iaWxsaW5nLmdpZ21vei5jb20vcHVibGljL2MvMS9kYXNoYm9hcmQiO3M6NToicm91dGUiO3M6MTQ6ImRhc2hib2FyZC5ob21lIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MTtzOjEwOiJjb21wYW55X2lkIjtpOjE7fQ==', 1775104985),
('lkZPbQiY4i31sGizWl5lTCPscx3evmAmduaGS4Wk', NULL, '103.163.195.27', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiNHI3V2dDRGhzUFlDVGxpT1RhNnEyU2hCV0JodXV3Ym51VkVTbXMxeiI7czoyMjoiUEhQREVCVUdCQVJfU1RBQ0tfREFUQSI7YTowOnt9czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6MzM6Imh0dHBzOi8vYmlsbGluZy5naWdtb3ouY29tL3B1YmxpYyI7czo1OiJyb3V0ZSI7czo1OiJsb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', 1775108840),
('MUqx5aMQVehKa17Y40LpGANNk4QM6bQLC9O7UwpT', 1, '154.84.225.71', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 'YTo3OntzOjY6Il90b2tlbiI7czo0MDoic2k3NVN4bVIyU0NwcHhuNUFYN3htRjFwT1RlYVpYQzdVaFo2WWZGbSI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDI6Imh0dHBzOi8vYmlsbGluZy5naWdtb3ouY29tL3B1YmxpYy9jLzIvc2FsZSI7czo1OiJyb3V0ZSI7czoxMDoic2FsZS5pbmRleCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjE7czoxMDoiY29tcGFueV9pZCI7aToyO3M6ODoiY2FzaG1vZGUiO2E6NDp7czo3OiJlbmFibGVkIjtiOjE7czoxMDoiZW5hYmxlZF9hdCI7czoyNzoiMjAyNi0wNC0wMlQwNTo1MjoxNS4yNDQ3NTJaIjtzOjI6ImJ5IjtpOjE7czo1OiJ0b2tlbiI7czoyMDoiZnRlOEpoZ1pNOERabjFCT3Q5RzYiO31zOjIyOiJQSFBERUJVR0JBUl9TVEFDS19EQVRBIjthOjA6e319', 1775109687),
('Qyvz0oeHYidxmMc4eWiL04CBghCY7OEJcAYebNxT', 1, '103.163.195.27', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiOWJHTVNUeXZIU3lPNnpjNlBJTUxVV1A0NU00aWl5b2RrOVk0NWg1NSI7czoyMjoiUEhQREVCVUdCQVJfU1RBQ0tfREFUQSI7YToyOntzOjI2OiIwMUtONkJQNVgyMEgxQTZUS05HUjNLODVNNyI7TjtzOjI2OiIwMUtONkJQNjZEQTdKODdLRTNOQ05RUDRLUyI7Tjt9czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDM6Imh0dHBzOi8vYmlsbGluZy5naWdtb3ouY29tL3B1YmxpYy9kYXNoYm9hcmQiO3M6NToicm91dGUiO3M6MTg6ImRhc2hib2FyZC5yZWRpcmVjdCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjE7fQ==', 1775108828),
('Vx8Cp2vBXR96TafdZgmZejF0oW8l85y6jy0ZQCHV', 1, '103.163.195.27', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiQ0FZWWlseVoxQ3RnMXdaTmlDNWtCeENYZkRydmlqN0JHa2N5NTFSSCI7czo5OiJfcHJldmlvdXMiO2E6Mjp7czozOiJ1cmwiO3M6NDc6Imh0dHBzOi8vYmlsbGluZy5naWdtb3ouY29tL3B1YmxpYy9jLzEvY3VzdG9tZXJzIjtzOjU6InJvdXRlIjtzOjE1OiJjdXN0b21lcnMuaW5kZXgiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aToxO3M6MTA6ImNvbXBhbnlfaWQiO2k6MTt9', 1775109698),
('x4ZZV5Npro8RFpJI8hGb0UrEXAOlsQhzPSdC6gO0', 1, '106.222.210.188', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 'YTo3OntzOjY6Il90b2tlbiI7czo0MDoic05aa0YzZWlMcFFIWUhCdmFkWTh0bm9MRzFhUVpjd250UnFINXlYOCI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czo0NzoiaHR0cHM6Ly9iaWxsaW5nLmdpZ21vei5jb20vcHVibGljL2MvMS9kYXNoYm9hcmQiO31zOjk6Il9wcmV2aW91cyI7YToyOntzOjM6InVybCI7czo0OToiaHR0cHM6Ly9iaWxsaW5nLmdpZ21vei5jb20vcHVibGljL2MvMi9zYWxlLzExL3BkZiI7czo1OiJyb3V0ZSI7czo4OiJzYWxlLnBkZiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjE7czoxMDoiY29tcGFueV9pZCI7aToyO3M6ODoiY2FzaG1vZGUiO2E6NDp7czo3OiJlbmFibGVkIjtiOjE7czoxMDoiZW5hYmxlZF9hdCI7czoyNzoiMjAyNi0wNC0wMlQwNDo1NTo0OS44NDA3MzhaIjtzOjI6ImJ5IjtpOjE7czo1OiJ0b2tlbiI7czoyMDoia3ZaRURibGI2QlNTNFRGZHJvRXQiO319', 1775109467);

-- --------------------------------------------------------

--
-- Table structure for table `sez_luts`
--

CREATE TABLE `sez_luts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `lut_number` varchar(100) NOT NULL,
  `valid_from` date NOT NULL,
  `valid_to` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `shipping_addresses`
--

CREATE TABLE `shipping_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `address` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `trade_exhibitions`
--

CREATE TABLE `trade_exhibitions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `company_id` bigint(20) UNSIGNED NOT NULL,
  `exhibition_name` varchar(100) NOT NULL,
  `exhibitor_name` varchar(150) DEFAULT NULL,
  `exhibition_date` date NOT NULL,
  `conversion_rate` decimal(12,4) NOT NULL DEFAULT 1.0000,
  `location` varchar(200) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `trade_exhibition_items`
--

CREATE TABLE `trade_exhibition_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `trade_exhibition_id` bigint(20) UNSIGNED NOT NULL,
  `product_description` text NOT NULL,
  `ctn_qty` decimal(10,2) NOT NULL DEFAULT 0.00,
  `pieces_per_ctn` int(11) NOT NULL DEFAULT 0,
  `rate_in_yen` decimal(12,4) NOT NULL DEFAULT 0.0000,
  `image_path` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `role` varchar(20) NOT NULL DEFAULT 'viewer',
  `last_session_id` varchar(120) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `last_session_id`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'admin@gmail.com', '2025-11-03 08:37:55', '$2y$12$tEpjZDTHn7Txjmg.5oka5.0uYE9aI4DeZH0ZQOUGHRZ3IS6LOa.Pe', 'admin', 'Vx8Cp2vBXR96TafdZgmZejF0oW8l85y6jy0ZQCHV', 'agdaZYftAiTv0bLxgCrtZ7Vl8X9b8V80IBq8dFkHtilF63ecRGmSYO3l7vyQ', '2025-11-03 08:37:55', '2026-04-02 05:48:38'),
(2, 'cash', 'cash@gmail.com', NULL, '$2y$12$1gJr8/NTZZ7DVquG8YZdS.f2selhLR3aFwsYC4H2BmSS/9dh3cR8q', 'cash', '5bXGoFHbd1MI4AvSAqepZ28taBJn6qm5oiWmEvHp', NULL, '2026-02-18 22:41:32', '2026-04-02 05:11:29');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `activity_logs`
--
ALTER TABLE `activity_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `activity_logs_user_id_foreign` (`user_id`),
  ADD KEY `activity_logs_company_id_foreign` (`company_id`),
  ADD KEY `activity_logs_model_type_model_id_index` (`model_type`,`model_id`),
  ADD KEY `activity_logs_action_index` (`action`),
  ADD KEY `activity_logs_created_at_index` (`created_at`);

--
-- Indexes for table `bank_accounts`
--
ALTER TABLE `bank_accounts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `uniq_company_account` (`company_id`,`account_no`),
  ADD KEY `bank_accounts_company_id_idx` (`company_id`);

--
-- Indexes for table `bank_account_openings`
--
ALTER TABLE `bank_account_openings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `uniq_bao_per_date` (`bank_account_id`,`effective_date`),
  ADD KEY `bao_company_idx` (`company_id`),
  ADD KEY `bao_account_idx` (`bank_account_id`),
  ADD KEY `bao_effective_date_idx` (`effective_date`);

--
-- Indexes for table `cache`
--
ALTER TABLE `cache`
  ADD PRIMARY KEY (`key`);

--
-- Indexes for table `cache_locks`
--
ALTER TABLE `cache_locks`
  ADD PRIMARY KEY (`key`);

--
-- Indexes for table `companies`
--
ALTER TABLE `companies`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `name` (`name`);

--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `customers_name_unique` (`name`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `jobs_queue_index` (`queue`);

--
-- Indexes for table `job_batches`
--
ALTER TABLE `job_batches`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `opening_balances`
--
ALTER TABLE `opening_balances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `opening_balances_customer_id_index` (`customer_id`),
  ADD KEY `opening_balances_company_id_foreign` (`company_id`);

--
-- Indexes for table `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
  ADD PRIMARY KEY (`email`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`),
  ADD KEY `personal_access_tokens_expires_at_index` (`expires_at`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `product_id` (`product_id`);

--
-- Indexes for table `product_opening_stocks`
--
ALTER TABLE `product_opening_stocks`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `product_company_unique` (`product_id`,`company_id`),
  ADD KEY `fk_opening_product` (`product_id`),
  ADD KEY `product_opening_stocks_company_id_foreign` (`company_id`);

--
-- Indexes for table `product_tax_rates`
--
ALTER TABLE `product_tax_rates`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_product_date` (`product_id`,`starts_at`);

--
-- Indexes for table `purchases`
--
ALTER TABLE `purchases`
  ADD PRIMARY KEY (`id`),
  ADD KEY `party_id` (`party_id`),
  ADD KEY `purchases_company_id_foreign` (`company_id`);

--
-- Indexes for table `purchase_items`
--
ALTER TABLE `purchase_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `purchase_id` (`purchase_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `purchase_items_company_id_foreign` (`company_id`);

--
-- Indexes for table `purchase_orders`
--
ALTER TABLE `purchase_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `purchase_order_items`
--
ALTER TABLE `purchase_order_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `poi_po_id_foreign` (`purchase_order_id`),
  ADD KEY `poi_product_id_foreign` (`product_id`);

--
-- Indexes for table `purchase_order_item_parties`
--
ALTER TABLE `purchase_order_item_parties`
  ADD PRIMARY KEY (`id`),
  ADD KEY `poip_item_id_foreign` (`purchase_order_item_id`),
  ADD KEY `poip_party_id_foreign` (`party_id`);

--
-- Indexes for table `purchase_payments`
--
ALTER TABLE `purchase_payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `pp_company_idx` (`company_id`),
  ADD KEY `pp_party_idx` (`party_id`),
  ADD KEY `pp_bank_idx` (`bank_account_id`);

--
-- Indexes for table `purchase_returns`
--
ALTER TABLE `purchase_returns`
  ADD PRIMARY KEY (`id`),
  ADD KEY `purchase_returns_company_id_foreign` (`company_id`),
  ADD KEY `purchase_returns_party_id_foreign` (`party_id`);

--
-- Indexes for table `purchase_return_items`
--
ALTER TABLE `purchase_return_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `purchase_return_items_purchase_return_id_foreign` (`purchase_return_id`),
  ADD KEY `purchase_return_items_product_id_foreign` (`product_id`),
  ADD KEY `purchase_return_items_company_id_foreign` (`company_id`);

--
-- Indexes for table `sales`
--
ALTER TABLE `sales`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sales_party_id_foreign` (`party_id`),
  ADD KEY `sales_shipping_address_id_foreign` (`shipping_address_id`);

--
-- Indexes for table `sale_enquiries`
--
ALTER TABLE `sale_enquiries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sale_enquiry_items`
--
ALTER TABLE `sale_enquiry_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sei_header_fk` (`sale_enquiry_id`);

--
-- Indexes for table `sale_items`
--
ALTER TABLE `sale_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sale_items_sale_id_foreign` (`sale_id`),
  ADD KEY `sale_items_product_id_foreign` (`product_id`);

--
-- Indexes for table `sale_receipts`
--
ALTER TABLE `sale_receipts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sale_receipts_party_id_foreign` (`party_id`),
  ADD KEY `sale_receipts_bank_id_foreign` (`bank_account_id`);

--
-- Indexes for table `sale_returns`
--
ALTER TABLE `sale_returns`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sale_returns_company_id_foreign` (`company_id`),
  ADD KEY `sale_returns_party_id_foreign` (`party_id`);

--
-- Indexes for table `sale_return_items`
--
ALTER TABLE `sale_return_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sale_return_items_sale_return_id_foreign` (`sale_return_id`),
  ADD KEY `sale_return_items_product_id_foreign` (`product_id`),
  ADD KEY `sale_return_items_company_id_foreign` (`company_id`);

--
-- Indexes for table `sequences`
--
ALTER TABLE `sequences`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `sequences_unique_index` (`company_id`,`doc_type`,`financial_year`);

--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sessions_user_id_index` (`user_id`),
  ADD KEY `sessions_last_activity_index` (`last_activity`);

--
-- Indexes for table `sez_luts`
--
ALTER TABLE `sez_luts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sez_luts_customer_id_foreign` (`customer_id`);

--
-- Indexes for table `shipping_addresses`
--
ALTER TABLE `shipping_addresses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `shipping_addresses_customer_id_index` (`customer_id`);

--
-- Indexes for table `trade_exhibitions`
--
ALTER TABLE `trade_exhibitions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `trade_exhibitions_company_id_foreign` (`company_id`);

--
-- Indexes for table `trade_exhibition_items`
--
ALTER TABLE `trade_exhibition_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `trade_exhibition_items_trade_exhibition_id_foreign` (`trade_exhibition_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `activity_logs`
--
ALTER TABLE `activity_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `bank_accounts`
--
ALTER TABLE `bank_accounts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `bank_account_openings`
--
ALTER TABLE `bank_account_openings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `companies`
--
ALTER TABLE `companies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `customers`
--
ALTER TABLE `customers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1352;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `opening_balances`
--
ALTER TABLE `opening_balances`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1609;

--
-- AUTO_INCREMENT for table `product_opening_stocks`
--
ALTER TABLE `product_opening_stocks`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `product_tax_rates`
--
ALTER TABLE `product_tax_rates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `purchases`
--
ALTER TABLE `purchases`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `purchase_items`
--
ALTER TABLE `purchase_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `purchase_orders`
--
ALTER TABLE `purchase_orders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_order_items`
--
ALTER TABLE `purchase_order_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_order_item_parties`
--
ALTER TABLE `purchase_order_item_parties`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_payments`
--
ALTER TABLE `purchase_payments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_returns`
--
ALTER TABLE `purchase_returns`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_return_items`
--
ALTER TABLE `purchase_return_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sales`
--
ALTER TABLE `sales`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `sale_enquiries`
--
ALTER TABLE `sale_enquiries`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sale_enquiry_items`
--
ALTER TABLE `sale_enquiry_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sale_items`
--
ALTER TABLE `sale_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `sale_receipts`
--
ALTER TABLE `sale_receipts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sale_returns`
--
ALTER TABLE `sale_returns`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sale_return_items`
--
ALTER TABLE `sale_return_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sequences`
--
ALTER TABLE `sequences`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `sez_luts`
--
ALTER TABLE `sez_luts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `shipping_addresses`
--
ALTER TABLE `shipping_addresses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `trade_exhibitions`
--
ALTER TABLE `trade_exhibitions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `trade_exhibition_items`
--
ALTER TABLE `trade_exhibition_items`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `activity_logs`
--
ALTER TABLE `activity_logs`
  ADD CONSTRAINT `activity_logs_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `activity_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `bank_accounts`
--
ALTER TABLE `bank_accounts`
  ADD CONSTRAINT `bank_accounts_company_id_fk` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `bank_account_openings`
--
ALTER TABLE `bank_account_openings`
  ADD CONSTRAINT `bao_account_fk` FOREIGN KEY (`bank_account_id`) REFERENCES `bank_accounts` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `bao_company_fk` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `opening_balances`
--
ALTER TABLE `opening_balances`
  ADD CONSTRAINT `opening_balances_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `opening_balances_customer_id_fk` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `product_opening_stocks`
--
ALTER TABLE `product_opening_stocks`
  ADD CONSTRAINT `fk_opening_product` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `product_opening_stocks_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `product_tax_rates`
--
ALTER TABLE `product_tax_rates`
  ADD CONSTRAINT `fk_tax_product` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `purchases`
--
ALTER TABLE `purchases`
  ADD CONSTRAINT `purchases_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `purchases_ibfk_1` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `purchase_items`
--
ALTER TABLE `purchase_items`
  ADD CONSTRAINT `purchase_items_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `purchase_items_ibfk_1` FOREIGN KEY (`purchase_id`) REFERENCES `purchases` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `purchase_items_ibfk_2` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`);

--
-- Constraints for table `purchase_order_items`
--
ALTER TABLE `purchase_order_items`
  ADD CONSTRAINT `poi_po_id_foreign` FOREIGN KEY (`purchase_order_id`) REFERENCES `purchase_orders` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `poi_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `purchase_order_item_parties`
--
ALTER TABLE `purchase_order_item_parties`
  ADD CONSTRAINT `poip_item_id_foreign` FOREIGN KEY (`purchase_order_item_id`) REFERENCES `purchase_order_items` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `poip_party_id_foreign` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `purchase_payments`
--
ALTER TABLE `purchase_payments`
  ADD CONSTRAINT `pp_bank_fk` FOREIGN KEY (`bank_account_id`) REFERENCES `bank_accounts` (`id`) ON UPDATE CASCADE,
  ADD CONSTRAINT `pp_company_fk` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `pp_party_fk` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON UPDATE CASCADE;

--
-- Constraints for table `purchase_returns`
--
ALTER TABLE `purchase_returns`
  ADD CONSTRAINT `purchase_returns_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `purchase_returns_party_id_foreign` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `purchase_return_items`
--
ALTER TABLE `purchase_return_items`
  ADD CONSTRAINT `purchase_return_items_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `purchase_return_items_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `purchase_return_items_purchase_return_id_foreign` FOREIGN KEY (`purchase_return_id`) REFERENCES `purchase_returns` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sales`
--
ALTER TABLE `sales`
  ADD CONSTRAINT `sales_party_id_foreign` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `sales_shipping_address_id_foreign` FOREIGN KEY (`shipping_address_id`) REFERENCES `shipping_addresses` (`id`) ON DELETE SET NULL;

--
-- Constraints for table `sale_enquiry_items`
--
ALTER TABLE `sale_enquiry_items`
  ADD CONSTRAINT `sei_header_fk` FOREIGN KEY (`sale_enquiry_id`) REFERENCES `sale_enquiries` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sale_items`
--
ALTER TABLE `sale_items`
  ADD CONSTRAINT `sale_items_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `sale_items_sale_id_foreign` FOREIGN KEY (`sale_id`) REFERENCES `sales` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sale_receipts`
--
ALTER TABLE `sale_receipts`
  ADD CONSTRAINT `sale_receipts_bank_id_foreign` FOREIGN KEY (`bank_account_id`) REFERENCES `bank_accounts` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `sale_receipts_party_id_foreign` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sale_returns`
--
ALTER TABLE `sale_returns`
  ADD CONSTRAINT `sale_returns_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `sale_returns_party_id_foreign` FOREIGN KEY (`party_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sale_return_items`
--
ALTER TABLE `sale_return_items`
  ADD CONSTRAINT `sale_return_items_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `sale_return_items_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `sale_return_items_sale_return_id_foreign` FOREIGN KEY (`sale_return_id`) REFERENCES `sale_returns` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `sez_luts`
--
ALTER TABLE `sez_luts`
  ADD CONSTRAINT `sez_luts_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `shipping_addresses`
--
ALTER TABLE `shipping_addresses`
  ADD CONSTRAINT `shipping_addresses_customer_id_fk` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `trade_exhibitions`
--
ALTER TABLE `trade_exhibitions`
  ADD CONSTRAINT `trade_exhibitions_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `trade_exhibition_items`
--
ALTER TABLE `trade_exhibition_items`
  ADD CONSTRAINT `trade_exhibition_items_trade_exhibition_id_foreign` FOREIGN KEY (`trade_exhibition_id`) REFERENCES `trade_exhibitions` (`id`) ON DELETE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
