-- CURRENT DATABASE EXPORT
SET FOREIGN_KEY_CHECKS = 0;

-- TABLE: users
INSERT IGNORE INTO `users` (`id`, `username`, `password_hash`, `role`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a4b7f0a4-0198-470e-9fb9-e7c70f26a7c0', 'demo', '$2b$10$GAdwejvNfKsxLruzgx/gBu5EI2UJmxO4/iAjJcDDpQDCiTfoHZHme', 'staff', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `users` (`id`, `username`, `password_hash`, `role`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d7e66f6d-9ecc-4917-80dd-24f545f508ae', 'admin', '$2b$10$GAdwejvNfKsxLruzgx/gBuHDqLvwSbYvNxLGOSPmJWLCnWTLjhU/a', 'admin', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `users` (`id`, `username`, `password_hash`, `role`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e9d36bad-b5b6-49c0-9e98-28a87a3613cb', 'staff', '$2b$10$GAdwejvNfKsxLruzgx/gBuu/g.urWXOwo72XtBigArCEhkrQtgQ1C', 'staff', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: settings
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0d55c60c-a7fc-4801-bfd0-dcf96dbcf9d2', 'bill_sequence_sales_tax', '{"prefix":"INV"}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('19f9ba54-1ffe-4494-920e-dd0327e65113', 'inventory_rules', '{"allowNegative":true}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('30741322-e4f1-44d5-b1aa-e3018565183d', 'business_profile', '{"companyName":"PANTHANATHAMMAL SCRAP","address":"5/365, Thillainayagapuram, (ECR) Kattoorani, Ramanathapuram\\nPin:6235104\\nTamilnadu.","gstin":"33AOHPV4066J1ZK","homeState":"Tamil Nadu","phone":"9791655565","email":"vmscraps@gmail.com","website":"www.panthanathammal.com","bankName":"Karur Vysya Bank","branchName":"Bharathi Nagar","accountNumber":"1830010000000970","ifscCode":"KVBL0001830","signatoryName":"Admin User","signatureData":""}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5ec1f4dc-3009-44bd-9e3a-725ae06e6e17', 'bill_sequence_purchase', '{"prefix":"PUR"}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5ffbeec6-ebcd-4b59-a124-079ae7d1a8ad', 'whatsapp_settings', '{"enabled":true,"autoSendBills":false}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8508348e-c433-443f-b9b7-87740df1c120', 'financial_settings', '{"autoRoundOff":true}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('915c611e-ed88-487a-a3c7-a65a3fd070b7', 'tax_compliance', '{"requireHsn":true,"ewayThreshold":50000}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('922696ed-1f76-41da-af73-1e5fc829912a', 'bill_sequence_sales_rough', '{"prefix":"EST"}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d6140810-576a-4493-94b6-5dd095d2ec6d', 'maintenance', '{"enabled":false,"message":"We are currently undergoing scheduled maintenance. Please check back later."}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f4fb706e-0b8a-4d2b-b635-afdddfdc10ca', 'print_pdf', '{"pageSize":"A4","terms":"1. Goods once sold will not be taken back.\\n2. Subject to Ramanathapuram jurisdiction."}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fce58dbc-66d1-4f1f-97e5-188650500efd', 'appearance', '{"theme":"light","language":"en"}', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: print_templates
INSERT IGNORE INTO `print_templates` (`id`, `name`, `content`, `is_default`, `created_at`, `updated_at`, `deleted_at`) VALUES ('871f30a5-b0b5-4ad4-8de3-07d48d1ac97e', 'Default A4 Tax Invoice', '<html>
<head>
  <style>
    body { font-family: Arial, sans-serif; margin: 0; padding: 20px; color: #000; }
    .header { text-align: center; border-bottom: 2px solid #000; padding-bottom: 10px; margin-bottom: 20px; }
    .business-name { font-size: 24px; font-weight: bold; }
    .details { display: flex; justify-content: space-between; margin-bottom: 20px; }
    table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
    th, td { border: 1px solid #000; padding: 8px; text-align: left; }
    th { background-color: #f2f2f2; }
    .totals { text-align: right; margin-top: 20px; }
    .footer { text-align: center; margin-top: 40px; font-size: 12px; }
  </style>
</head>
<body>
  <div class="header">
    <div class="business-name">{{business_name}}</div>
    <div>{{business_address}}</div>
    <div>GSTIN: {{business_gstin}} | Phone: {{business_phone}}</div>
    <h2>TAX INVOICE</h2>
  </div>
  <div class="details">
    <div>
      <strong>Billed To:</strong><br>
      {{party_name}}<br>
      {{party_address}}<br>
      GSTIN: {{party_gstin}}
    </div>
    <div>
      <strong>Invoice No:</strong> {{bill_number}}<br>
      <strong>Date:</strong> {{bill_date}}<br>
      <strong>Vehicle No:</strong> {{vehicle_number}}
    </div>
  </div>
  <table>
    <thead>
      <tr>
        <th>S.No</th>
        <th>Description of Goods</th>
        <th>HSN/SAC</th>
        <th>Qty</th>
        <th>Unit</th>
        <th>Rate</th>
        <th>GST %</th>
        <th>Amount</th>
      </tr>
    </thead>
    <tbody>
      {{#items}}
      <tr>
        <td>{{index}}</td>
        <td>{{item_name}}</td>
        <td>{{hsn_code}}</td>
        <td>{{quantity}}</td>
        <td>{{unit}}</td>
        <td>{{unit_price}}</td>
        <td>{{tax_rate}}</td>
        <td>{{total_price}}</td>
      </tr>
      {{/items}}
    </tbody>
  </table>
  <div class="totals">
    <p>Sub Total: ₹{{sub_total}}</p>
    <p>Tax Amount: ₹{{tax_amount}}</p>
    <p>Round Off: ₹{{round_off}}</p>
    <h3>Grand Total: ₹{{total_amount}}</h3>
  </div>
  <div class="footer">
    <p>Authorized Signatory</p>
    <p>Thank you for your business!</p>
  </div>
</body>
</html>', 1, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `print_templates` (`id`, `name`, `content`, `is_default`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a8aa57a8-9d5f-4df8-bf19-d80ebc93c25c', 'Thermal 80mm Receipt', '<html>
<head>
  <style>
    body { font-family: monospace; width: 80mm; margin: 0 auto; padding: 5px; color: #000; font-size: 12px; }
    .center { text-align: center; }
    .bold { font-weight: bold; }
    .divider { border-bottom: 1px dashed #000; margin: 5px 0; }
    table { width: 100%; border-collapse: collapse; }
    th, td { text-align: left; padding: 2px; }
    .right { text-align: right; }
  </style>
</head>
<body>
  <div class="center">
    <div class="bold" style="font-size: 16px;">{{business_name}}</div>
    <div>{{business_address}}</div>
    <div>Ph: {{business_phone}}</div>
    <div>GSTIN: {{business_gstin}}</div>
  </div>
  <div class="divider"></div>
  <div>Bill No: {{bill_number}}</div>
  <div>Date: {{bill_date}}</div>
  <div>Customer: {{party_name}}</div>
  <div class="divider"></div>
  <table>
    <thead>
      <tr>
        <th>Item</th>
        <th class="right">Qty</th>
        <th class="right">Amt</th>
      </tr>
    </thead>
    <tbody>
      {{#items}}
      <tr>
        <td>{{item_name}}</td>
        <td class="right">{{quantity}}</td>
        <td class="right">{{total_price}}</td>
      </tr>
      {{/items}}
    </tbody>
  </table>
  <div class="divider"></div>
  <table style="width: 100%;">
    <tr><td>Subtotal</td><td class="right">{{sub_total}}</td></tr>
    <tr><td>Tax</td><td class="right">{{tax_amount}}</td></tr>
    <tr><td class="bold">TOTAL</td><td class="right bold">{{total_amount}}</td></tr>
  </table>
  <div class="divider"></div>
  <div class="center">
    <div>Thank You! Visit Again</div>
  </div>
</body>
</html>', 0, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: taxes
INSERT IGNORE INTO `taxes` (`id`, `name`, `rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2e1e42d8-17ca-4ff1-a029-5ed4742a0c79', 'GST 0%', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `taxes` (`id`, `name`, `rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8f965afd-d882-4172-8ef1-956578dd0502', 'GST 5%', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `taxes` (`id`, `name`, `rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c00df9e6-ca8d-4f74-88ec-c4dca40d9927', 'GST 18%', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `taxes` (`id`, `name`, `rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ea0f2f03-4b2d-46d6-9ea4-78623089d1b5', 'GST 12%', '12.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `taxes` (`id`, `name`, `rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ee4778f6-23c1-4b69-bc83-7e3ac9377515', 'GST 28%', '28.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: inventory_categories
INSERT IGNORE INTO `inventory_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('050dff99-97ef-4842-8408-68d1e9980f69', 'Metal Category', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8723e8bf-5656-4104-8527-e35a43bdb859', 'General', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'Iron Category', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'Plastic Category', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'Paper Category', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: inventory_items
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('03343b33-787b-479e-a056-ff8a42f5c783', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Bommai', 'பொம்மை', 'plastic, bommai, பொம்மை', NULL, '391590', 'KG', '0.00', 0, '38.75', NULL, '498.60', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('034ba453-b186-4927-945c-cec10cd53f61', 'c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'sale', 'MS', 'எம்எஸ்', 'iron, ms, எம்எஸ்', NULL, '720416', 'KG', '0.00', 0, '32.50', NULL, '471.28', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('061dfbb5-720d-43af-96fb-2955c70bc685', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Syntex', 'சின்டெக்ஸ்', 'plastic, syntex, சின்டெக்ஸ்', NULL, '391550', 'KG', '16.00', 0, '20.00', '18.40', '209.05', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('074bef30-5f93-4d9c-bd86-89e2704d6322', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Kudam', 'குடம்', 'plastic, kudam, குடம்', NULL, '391594', 'KG', '0.00', 0, '26.25', NULL, '149.29', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('07af2aa1-a67e-46be-90a4-8fd352851813', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Wire Koodai', 'வயர் கூடை', 'plastic, wire koodai, வயர் கூடை', NULL, '391587', 'KG', '0.00', 0, '57.50', NULL, '395.76', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Tube-Bike', 'டியூப்-பைக்', 'paper, tube-bike, டியூப்-பைக்', NULL, '470775', 'KG', '0.00', 0, '66.25', NULL, '220.91', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0bda1fb6-1a9c-45ec-9e8b-971e2a04105f', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Periya Battery', 'பெரிய பேட்டரி', 'metal, periya battery, பெரிய பேட்டரி', NULL, '740441', 'KG', '37.00', 0, '46.25', '42.55', '525.53', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0d5d7405-af01-47cf-b174-c94006bdd8b4', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Udha-Vellai', 'உதா-வெள்ளை', 'plastic, udha-vellai, உதா-வெள்ளை', NULL, '391540', 'KG', '30.00', 0, '37.50', '34.50', '531.49', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Syntex', 'சின்டெக்ஸ்', 'plastic, syntex, சின்டெக்ஸ்', NULL, '391550', 'KG', '0.00', 0, '20.00', NULL, '209.05', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1284b049-7381-4219-9494-d40ceceeb679', '8723e8bf-5656-4104-8527-e35a43bdb859', 'sale', 'Udaiyal', 'உடையல்', 'general, udaiyal, உடையல்', NULL, '999989', 'KG', '0.00', 0, '35.00', NULL, '419.82', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1732a9e6-0eed-45ab-af42-42a7632218e7', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Mixy Kadak', 'மிக்ஸி கடக்', 'plastic, mixy kadak, மிக்ஸி கடக்', NULL, '391525', 'KG', '36.00', 0, '45.00', '41.40', '258.68', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1a7a31cf-b67a-4ad4-9361-41a82214d2f3', '8723e8bf-5656-4104-8527-e35a43bdb859', 'purchase', 'Car', 'கார்', 'general, car, கார்', NULL, '999941', 'KG', '21.00', 0, '26.25', '24.15', '341.11', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('20b3b2f9-16d0-4815-9909-6e36ec672a7b', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'BC', 'பிசி', 'metal, bc, பிசி', NULL, '740465', 'KG', '0.00', 0, '33.75', NULL, '301.15', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Note', 'நோட்டு', 'paper, note, நோட்டு', NULL, '470717', 'KG', '42.00', 0, '52.50', '48.30', '392.69', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'TV kadak', 'டிவி கடக்', 'plastic, tv kadak, டிவி கடக்', NULL, '391560', 'KG', '0.00', 0, '67.50', NULL, '327.18', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Book', 'புக்', 'paper, book, புக்', NULL, '470727', 'KG', '55.00', 0, '68.75', '63.25', '191.13', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'sale', 'Thagaram', 'தகரம்', 'iron, thagaram, தகரம்', NULL, '720448', 'KG', '0.00', 0, '78.75', NULL, '594.41', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2eca2f0f-5695-44fb-bea2-381bffe8391c', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Chair', 'சேர்', 'plastic, chair, சேர்', NULL, '391511', 'KG', '31.00', 0, '38.75', '35.65', '481.82', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Udha', 'உதா', 'plastic, udha, உதா', NULL, '391570', 'KG', '0.00', 0, '22.50', NULL, '178.03', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('31150efd-7dac-42a4-9d4e-1b3c761a71fd', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Newspaper', 'நியூஸ்பேப்பர்', 'paper, newspaper, நியூஸ்பேப்பர்', NULL, '470763', 'KG', '32.00', 0, '40.00', '36.80', '133.50', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('34aceffb-6639-4ddc-b160-a2a145114032', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Thanni Cover', 'தண்ணி கவர்', 'plastic, thanni cover, தண்ணி கவர்', NULL, '391532', 'KG', '59.00', 0, '73.75', '67.85', '288.03', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3517aec5-bef7-47a3-b7f4-c381ddf219db', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Periya Battery', 'பெரிய பேட்டரி', 'metal, periya battery, பெரிய பேட்டரி', NULL, '740441', 'KG', '0.00', 0, '46.25', NULL, '525.53', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('37d90e82-5069-4b72-85a2-014f2530ae75', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Beer Tin', 'பீர் டின்', 'metal, beer tin, பீர் டின்', NULL, '740467', 'KG', '0.00', 0, '52.50', NULL, '527.82', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3c9159e4-f8ac-4bc9-b5ed-b3c681690516', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Wire Koodai', 'வயர் கூடை', 'plastic, wire koodai, வயர் கூடை', NULL, '391587', 'KG', '46.00', 0, '57.50', '52.90', '395.76', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3d626f27-42bd-4be0-8a50-5551859a891f', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'PP', 'பிபி', 'paper, pp, பிபி', NULL, '470762', 'KG', '58.00', 0, '72.50', '66.70', '358.13', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3e00bf1e-c018-42f4-8fc1-d5ae6d111a38', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Brake shoe', 'பிரேக் ஷூ', 'metal, brake shoe, பிரேக் ஷூ', NULL, '740424', 'KG', '0.00', 0, '38.75', NULL, '168.19', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3f454755-a724-475f-b1ee-da42744567ef', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Note', 'நோட்டு', 'paper, note, நோட்டு', NULL, '470717', 'KG', '0.00', 0, '52.50', NULL, '392.69', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('441a31ad-5d28-4dbc-9d79-4b68ad54721a', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Brake shoe', 'பிரேக் ஷூ', 'metal, brake shoe, பிரேக் ஷூ', NULL, '740424', 'KG', '31.00', 0, '38.75', '35.65', '168.19', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Thanni Cover', 'தண்ணி கவர்', 'plastic, thanni cover, தண்ணி கவர்', NULL, '391532', 'KG', '0.00', 0, '73.75', NULL, '288.03', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4c6cb695-319c-4755-ade2-aec38e3539ff', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Tube-Cycle', 'டியூப்-சைக்கிள்', 'paper, tube-cycle, டியூப்-சைக்கிள்', NULL, '470734', 'KG', '0.00', 0, '76.25', NULL, '188.69', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4d2e223d-bc67-4e29-b2ad-481805f4ba00', 'c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'purchase', 'Thagaram', 'தகரம்', 'iron, thagaram, தகரம்', NULL, '720448', 'KG', '63.00', 0, '78.75', '72.45', '594.41', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4d4dca4d-3ef1-4610-b910-f652ba109c1b', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Serattai', 'சிரட்டை', 'paper, serattai, சிரட்டை', NULL, '470763', 'KG', '30.00', 0, '37.50', '34.50', '584.69', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('500909c4-a9b0-4d3c-bdee-f495fcec66e0', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Bed', 'பெட்', 'paper, bed, பெட்', NULL, '470716', 'KG', '39.00', 0, '48.75', '44.85', '278.13', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('50fabf4f-7d6e-4132-8253-e584bcbe14d0', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'SS', 'எஸ்எஸ்', 'metal, ss, எஸ்எஸ்', NULL, '740463', 'KG', '0.00', 0, '50.00', NULL, '215.07', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('51e9957f-f016-4f24-be24-cc9c46ed59f4', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Copper Radiator', 'செம்பு ரேடியேட்டர்', 'metal, copper radiator, செம்பு ரேடியேட்டர்', NULL, '740459', 'KG', '33.00', 0, '41.25', '37.95', '479.78', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('54622fd3-8b62-442c-bf8e-8f7384a866c9', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Udha', 'உதா', 'plastic, udha, உதா', NULL, '391570', 'KG', '18.00', 0, '22.50', '20.70', '178.03', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('55182dd4-a51e-45e6-bca9-891f9deba1e0', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Food Paper', 'ஃபுட் பேப்பர்', 'metal, food paper, ஃபுட் பேப்பர்', NULL, '740486', 'KG', '30.00', 0, '37.50', '34.50', '446.26', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5832d584-12c6-4f28-9cd5-4f1424a198c2', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Paal Cover', 'பால் கவர்', 'plastic, paal cover, பால் கவர்', NULL, '391542', 'KG', '52.00', 0, '65.00', '59.80', '262.08', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5b0eaece-0e63-4e27-8eb3-ef1433323c3d', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Chinna Battery', 'சின்ன பேட்டரி', 'metal, chinna battery, சின்ன பேட்டரி', NULL, '740415', 'KG', '0.00', 0, '72.50', NULL, '201.63', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5b4ff90c-850a-4ab7-bf7c-b47f80f859af', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Pithalai', 'பித்தளை', 'metal, pithalai, பித்தளை', NULL, '740499', 'KG', '59.00', 0, '73.75', '67.85', '520.73', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'PP', 'பிபி', 'paper, pp, பிபி', NULL, '470762', 'KG', '0.00', 0, '72.50', NULL, '358.13', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('62551ab6-a8be-4b71-987a-d652e511fb38', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Book', 'புக்', 'paper, book, புக்', NULL, '470727', 'KG', '0.00', 0, '68.75', NULL, '191.13', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6456aac7-44f9-4c91-8f3d-99df3f7273a7', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Kudam', 'குடம்', 'plastic, kudam, குடம்', NULL, '391594', 'KG', '21.00', 0, '26.25', '24.15', '149.29', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6475ca5b-4c2b-47c1-8a47-05922dfbbd12', 'c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'purchase', 'MS', 'எம்எஸ்', 'iron, ms, எம்எஸ்', NULL, '720416', 'KG', '26.00', 0, '32.50', '29.90', '471.28', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7664806c-7327-4a5c-88fd-cea397c7ec4c', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Aluminium', 'அலுமினியம்', 'metal, aluminium, அலுமினியம்', NULL, '740485', 'KG', '62.00', 0, '77.50', '71.30', '596.99', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7eff38fb-841f-4693-9c9f-ded8bf73b620', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Copper', 'செம்பு', 'metal, copper, செம்பு', NULL, '740418', 'KG', '0.00', 0, '36.25', NULL, '132.30', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('818e778a-c7c2-411c-a797-f32fded0cbba', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Kadak', 'கடக்', 'plastic, kadak, கடக்', NULL, '391561', 'KG', '43.00', 0, '53.75', '49.45', '294.52', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8196dca5-60fb-42fc-93ca-2ed9e8746002', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Aluminium Radiator', 'அலுமினியம் ரேடியேட்டர்', 'metal, aluminium radiator, அலுமினியம் ரேடியேட்டர்', NULL, '740433', 'KG', '38.00', 0, '47.50', '43.70', '412.86', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('823c4798-cfa7-412e-992f-3a23a9d15cd0', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Eeya kindu', 'ஈய கிண்டு', 'metal, eeya kindu, ஈய கிண்டு', NULL, '740467', 'KG', '0.00', 0, '43.75', NULL, '448.47', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('83236763-2ae8-4f41-894a-b09289e43727', '8723e8bf-5656-4104-8527-e35a43bdb859', 'purchase', 'Bike', 'பைக்', 'general, bike, பைக்', NULL, '999941', 'KG', '56.00', 0, '70.00', '64.40', '273.24', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('837dcc49-f251-4ff0-b9b0-627247279d92', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Door PVC', 'டோர் பிவிசி', 'plastic, door pvc, டோர் பிவிசி', NULL, '391587', 'KG', '21.00', 0, '26.25', '24.15', '482.56', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('842d8cbf-6a55-449a-82b1-22eab8776672', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Chair', 'சேர்', 'plastic, chair, சேர்', NULL, '391511', 'KG', '0.00', 0, '38.75', NULL, '481.82', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('848ee0b2-2027-47f8-9e47-670dfc1fa48b', 'c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'sale', 'VMS', 'விஎம்எஸ்', 'iron, vms, விஎம்எஸ்', NULL, '720439', 'KG', '0.00', 0, '33.75', NULL, '599.07', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('84913da7-707c-47d2-83b7-bd65350a5bd6', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'TV kadak', 'டிவி கடக்', 'plastic, tv kadak, டிவி கடக்', NULL, '391560', 'KG', '54.00', 0, '67.50', '62.10', '327.18', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('89c94811-7134-4f19-bbb3-92507a199cd5', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Grade', 'கிரேடு', 'plastic, grade, கிரேடு', NULL, '391528', 'KG', '50.00', 0, '62.50', '57.50', '528.54', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8ae8a67b-b300-44c5-b92a-f8ba98f3a6f1', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Tube-Bike', 'டியூப்-பைக்', 'paper, tube-bike, டியூப்-பைக்', NULL, '470775', 'KG', '53.00', 0, '66.25', '60.95', '220.91', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8af15895-fc70-4ff6-811b-d27075f5b666', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Tyre', 'டயர்', 'paper, tyre, டயர்', NULL, '470758', 'KG', '62.00', 0, '77.50', '71.30', '273.60', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8afe958d-428e-43df-8036-310f8171a733', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Aluminium Radiator', 'அலுமினியம் ரேடியேட்டர்', 'metal, aluminium radiator, அலுமினியம் ரேடியேட்டர்', NULL, '740433', 'KG', '0.00', 0, '47.50', NULL, '412.86', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8e878c0c-5367-4e15-a3c8-c3621bc05db6', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Beer Tin', 'பீர் டின்', 'metal, beer tin, பீர் டின்', NULL, '740467', 'KG', '42.00', 0, '52.50', '48.30', '527.82', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9250761b-4666-48d0-a500-9183e1f3dba5', 'c69d819a-e57e-43e9-9a35-b08b6bc5529d', 'purchase', 'VMS', 'விஎம்எஸ்', 'iron, vms, விஎம்எஸ்', NULL, '720439', 'KG', '27.00', 0, '33.75', '31.05', '599.07', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('94135124-0a6a-49eb-8005-e4917606e2ef', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Crystal', 'கிரிஸ்டல்', 'plastic, crystal, கிரிஸ்டல்', NULL, '391519', 'KG', '54.00', 0, '67.50', '62.10', '559.55', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9493fa8e-d794-4686-a728-8dafeeb9a692', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Udha-Vellai', 'உதா-வெள்ளை', 'plastic, udha-vellai, உதா-வெள்ளை', NULL, '391540', 'KG', '0.00', 0, '37.50', NULL, '531.49', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('95c8e4a8-fe9a-433d-a21f-054d2c67a5de', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Copper', 'செம்பு', 'metal, copper, செம்பு', NULL, '740418', 'KG', '29.00', 0, '36.25', '33.35', '132.30', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('96920ad4-a06b-45d1-b6d0-1198e312e7d8', '8723e8bf-5656-4104-8527-e35a43bdb859', 'purchase', 'Udaiyal', 'உடையல்', 'general, udaiyal, உடையல்', NULL, '999989', 'KG', '28.00', 0, '35.00', '32.20', '419.82', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9dbd8f4c-af42-4fdb-aed1-f00b4fbb3858', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'PVC', 'பிவிசி', 'plastic, pvc, பிவிசி', NULL, '391538', 'KG', '0.00', 0, '68.75', NULL, '470.65', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9e393a98-936d-43ea-ad86-53f9dc234256', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Moodi-2', 'மூடி-2', 'metal, moodi-2, மூடி-2', NULL, '740451', 'KG', '0.00', 0, '25.00', NULL, '396.68', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9f269cab-f05c-4917-a0fa-5f46f93d5acb', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Eeya kindu', 'ஈய கிண்டு', 'metal, eeya kindu, ஈய கிண்டு', NULL, '740467', 'KG', '35.00', 0, '43.75', '40.25', '448.47', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a0750694-ddfd-402f-b95b-e12e895d57a4', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Tyre', 'டயர்', 'paper, tyre, டயர்', NULL, '470758', 'KG', '0.00', 0, '77.50', NULL, '273.60', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a13af35a-f223-4ff2-a9c9-f506e4110a30', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Battery', 'பேட்டரி', 'metal, battery, பேட்டரி', NULL, '740423', 'KG', '0.00', 0, '43.75', NULL, '462.34', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a14ad477-72c0-424a-a278-1d4696b208e3', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Pithalai', 'பித்தளை', 'metal, pithalai, பித்தளை', NULL, '740499', 'KG', '0.00', 0, '73.75', NULL, '520.73', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1912cf1-626e-4afc-98e3-8eca2cddf7ab', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'SS', 'எஸ்எஸ்', 'metal, ss, எஸ்எஸ்', NULL, '740463', 'KG', '40.00', 0, '50.00', '46.00', '215.07', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a5b686ad-9079-433c-8c13-68ae15265509', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Newspaper', 'நியூஸ்பேப்பர்', 'paper, newspaper, நியூஸ்பேப்பர்', NULL, '470763', 'KG', '0.00', 0, '40.00', NULL, '133.50', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aeca435d-f209-45ed-9bf8-18bf23ca6fd6', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Copper Radiator', 'செம்பு ரேடியேட்டர்', 'metal, copper radiator, செம்பு ரேடியேட்டர்', NULL, '740459', 'KG', '0.00', 0, '41.25', NULL, '479.78', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b30ba819-e99e-4929-a063-c93bb8fd34a4', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Battery', 'பேட்டரி', 'metal, battery, பேட்டரி', NULL, '740423', 'KG', '35.00', 0, '43.75', '40.25', '462.34', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b769bc6c-37a0-48d8-bad1-8d1fda896fa2', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Attai', 'அட்டை', 'paper, attai, அட்டை', NULL, '470733', 'KG', '38.00', 0, '47.50', '43.70', '409.85', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', '8723e8bf-5656-4104-8527-e35a43bdb859', 'sale', 'Bike', 'பைக்', 'general, bike, பைக்', NULL, '999941', 'KG', '0.00', 0, '70.00', NULL, '273.24', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('be109b95-1b45-479e-b7e2-5dc98800f4dc', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Matti', 'மட்டி', 'plastic, matti, மட்டி', NULL, '391591', 'KG', '44.00', 0, '55.00', '50.60', '234.06', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c338f92a-30f3-4eef-a244-1659f9c94974', '8723e8bf-5656-4104-8527-e35a43bdb859', 'sale', 'Car', 'கார்', 'general, car, கார்', NULL, '999941', 'KG', '0.00', 0, '26.25', NULL, '341.11', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Mixy Kadak', 'மிக்ஸி கடக்', 'plastic, mixy kadak, மிக்ஸி கடக்', NULL, '391525', 'KG', '0.00', 0, '45.00', NULL, '258.68', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Food Paper', 'ஃபுட் பேப்பர்', 'metal, food paper, ஃபுட் பேப்பர்', NULL, '740486', 'KG', '0.00', 0, '37.50', NULL, '446.26', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ca9c6f50-fdca-442f-a672-bf584d3d80bb', '050dff99-97ef-4842-8408-68d1e9980f69', 'sale', 'Aluminium', 'அலுமினியம்', 'metal, aluminium, அலுமினியம்', NULL, '740485', 'KG', '0.00', 0, '77.50', NULL, '596.99', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cdcd4692-f37e-4ce1-868f-d26e70408953', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Bommai', 'பொம்மை', 'plastic, bommai, பொம்மை', NULL, '391590', 'KG', '31.00', 0, '38.75', '35.65', '498.60', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Door PVC', 'டோர் பிவிசி', 'plastic, door pvc, டோர் பிவிசி', NULL, '391587', 'KG', '0.00', 0, '26.25', NULL, '482.56', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d15fedb5-5071-48e9-8098-55ef402168a1', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Matti', 'மட்டி', 'plastic, matti, மட்டி', NULL, '391591', 'KG', '0.00', 0, '55.00', NULL, '234.06', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d3abde56-4801-44de-9209-56874148d86a', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Bed', 'பெட்', 'paper, bed, பெட்', NULL, '470716', 'KG', '0.00', 0, '48.75', NULL, '278.13', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d6f82fc3-6c07-43da-bc70-ee7979711394', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Attai', 'அட்டை', 'paper, attai, அட்டை', NULL, '470733', 'KG', '0.00', 0, '47.50', NULL, '409.85', '0.00', '5.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d7718846-b223-4475-92a2-f96266b0068a', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'BC', 'பிசி', 'metal, bc, பிசி', NULL, '740465', 'KG', '27.00', 0, '33.75', '31.05', '301.15', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d896e3bb-103f-4652-b467-27edfd2d65f7', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'Vari Ose', 'வரி ஓஸ்', 'plastic, vari ose, வரி ஓஸ்', NULL, '391580', 'KG', '53.00', 0, '66.25', '60.95', '384.57', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('da2c392e-1554-4260-9343-6d29141856d9', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Grade', 'கிரேடு', 'plastic, grade, கிரேடு', NULL, '391528', 'KG', '0.00', 0, '62.50', NULL, '528.54', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Kadak', 'கடக்', 'plastic, kadak, கடக்', NULL, '391561', 'KG', '0.00', 0, '53.75', NULL, '294.52', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dc1c14f4-b10a-4fc8-839f-ae164b82e015', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'purchase', 'Tube-Cycle', 'டியூப்-சைக்கிள்', 'paper, tube-cycle, டியூப்-சைக்கிள்', NULL, '470734', 'KG', '61.00', 0, '76.25', '70.15', '188.69', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e018c84e-7b1c-453a-99e8-afd2bfe0250e', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Chinna Battery', 'சின்ன பேட்டரி', 'metal, chinna battery, சின்ன பேட்டரி', NULL, '740415', 'KG', '58.00', 0, '72.50', '66.70', '201.63', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e1819545-cb8b-4ea5-8dce-f7e640a9ce41', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Crystal', 'கிரிஸ்டல்', 'plastic, crystal, கிரிஸ்டல்', NULL, '391519', 'KG', '0.00', 0, '67.50', NULL, '559.55', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Paal Cover', 'பால் கவர்', 'plastic, paal cover, பால் கவர்', NULL, '391542', 'KG', '0.00', 0, '65.00', NULL, '262.08', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eb775585-3d25-4a00-bf93-32311caa27cf', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'sale', 'Vari Ose', 'வரி ஓஸ்', 'plastic, vari ose, வரி ஓஸ்', NULL, '391580', 'KG', '0.00', 0, '66.25', NULL, '384.57', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f319e7e2-bb59-451f-8d4c-a1260e2e4762', '050dff99-97ef-4842-8408-68d1e9980f69', 'purchase', 'Moodi-2', 'மூடி-2', 'metal, moodi-2, மூடி-2', NULL, '740451', 'KG', '20.00', 0, '25.00', '23.00', '396.68', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'f440fa92-dae0-4b77-a977-9f4f1b9a7db0', 'sale', 'Serattai', 'சிரட்டை', 'paper, serattai, சிரட்டை', NULL, '470763', 'KG', '0.00', 0, '37.50', NULL, '584.69', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `inventory_items` (`id`, `category_id`, `item_type`, `name`, `name_tamil`, `tags`, `barcode`, `hsn_code`, `unit`, `purchase_price`, `is_featured`, `retail_price`, `wholesale_price`, `stock_quantity`, `low_stock_alert`, `tax_rate`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f6d6b9b1-9343-4353-8430-2590b007b096', 'cb3f2c0f-da91-4386-8a2c-36eff95a6ff3', 'purchase', 'PVC', 'பிவிசி', 'plastic, pvc, பிவிசி', NULL, '391538', 'KG', '55.00', 0, '68.75', '63.25', '470.65', '0.00', '18.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: parties
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0f270c76-46f3-4826-9492-d0db8689c748', 'customer', 'Hari', 'hari@example.com', '9916738538', '25 Cross St, Madurai, Tamil Nadu', '33BB0040B1Z0', 'TN 53 XY 6269', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('101da879-b8ca-419a-bc8f-3cc8fc437769', 'supplier', 'A.V.M Scrap Buyers', 'a.v.mscrapbuyers@example.com', '9818539801', '29 Main Road, Madurai, Tamil Nadu', '33AA2065A1Z5', 'TN 40 AB 4249', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('13ed9aeb-c38c-480e-94b4-bd977af41382', 'supplier', 'Tirupur Scrap Traders', 'tirupurscraptraders@example.com', '9803479520', '94 Main Road, Coimbatore, Tamil Nadu', '33AA5077A1Z16', 'TN 41 AB 5590', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('29b3435d-0bee-4b96-92bb-10c43f482b90', 'supplier', 'K.R.S Agencies', 'k.r.sagencies@example.com', '9855149605', '35 Main Road, Salem, Tamil Nadu', '33AA2725A1Z3', 'TN 43 AB 6781', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('32e0edbd-6dd5-489d-8c97-5abacfcad2a6', 'customer', 'Velmurugan Stores', 'velmuruganstores@example.com', '9926186422', '12 Cross St, Ramnad, Tamil Nadu', '33BB9446B1Z6', 'TN 45 XY 2943', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('34baeed3-a1cc-4d60-9076-66ae7d62e365', 'customer', 'Madurai Scraps', 'maduraiscraps@example.com', '9973856809', '22 Cross St, Ramnad, Tamil Nadu', '33BB5230B1Z7', 'TN 21 XY 5466', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3585dbf2-303a-4e34-9bef-14f47bac2f1b', 'customer', 'Ashok', 'ashok@example.com', '9978492927', '15 Cross St, Madurai, Tamil Nadu', '33BB5356B1Z7', 'TN 02 XY 9699', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', 'supplier', 'Erode Paper Mills', 'erodepapermills@example.com', '9836171147', '76 Main Road, Coimbatore, Tamil Nadu', '33AA2397A1Z15', 'TN 15 AB 4726', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3f27a857-f4d8-4097-82f3-b90fb0fd77d7', 'supplier', 'Vellore Metals', 'velloremetals@example.com', '9861859744', '20 Main Road, Salem, Tamil Nadu', '33AA7118A1Z17', 'TN 65 AB 8407', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3f2f0ea8-2b72-4a6e-b52f-ebbaaed54b2d', 'customer', 'Gowtham', 'gowtham@example.com', '9995430033', '1 Cross St, Ramnad, Tamil Nadu', '33BB3002B1Z6', 'TN 94 XY 8028', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('462f1d74-95f1-4208-bbe9-4b121bd93537', 'customer', 'Anand', 'anand@example.com', '9999103090', '15 Cross St, Sivaganga, Tamil Nadu', '33BB3782B1Z2', 'TN 81 XY 9429', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a10fbee-bc16-486d-9f84-8997b6572067', 'customer', 'Siva', 'siva@example.com', '9952247680', '27 Cross St, Ramnad, Tamil Nadu', '33BB7731B1Z8', 'TN 62 XY 8639', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4dd5a30a-c998-40cb-8182-c100d8c3e46e', 'supplier', 'Balaji Metal Scraps', 'balajimetalscraps@example.com', '9890272776', '71 Main Road, Madurai, Tamil Nadu', '33AA0215A1Z1', 'TN 54 AB 7023', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('58c42d77-5206-47a1-8566-f9fbeb222b8b', 'customer', 'Kannan', 'kannan@example.com', '9958329552', '38 Cross St, Ramnad, Tamil Nadu', '33BB8974B1Z1', 'TN 35 XY 5074', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', 'customer', 'Selvam', 'selvam@example.com', '9908522201', '36 Cross St, Sivaganga, Tamil Nadu', '33BB6910B1Z8', 'TN 76 XY 3656', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6093f0ed-9b6c-4ece-941f-a22f35787113', 'customer', 'Dinesh', 'dinesh@example.com', '9931316109', '47 Cross St, Sivaganga, Tamil Nadu', '33BB4792B1Z2', 'TN 00 XY 2366', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('60afb66d-6dfe-4a51-862f-e58d07f32488', 'customer', 'Surya', 'surya@example.com', '9990328310', '3 Cross St, Paramakudi, Tamil Nadu', '33BB2905B1Z4', 'TN 73 XY 7502', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('615fa6aa-6fd8-4492-966b-395f5ef34a4c', 'customer', 'Gopi', 'gopi@example.com', '9959498672', '29 Cross St, Madurai, Tamil Nadu', '33BB8799B1Z2', 'TN 10 XY 7959', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('646193a4-2b3e-4fc3-ab98-c096a37a2841', 'customer', 'Prakash', 'prakash@example.com', '9927293455', '27 Cross St, Paramakudi, Tamil Nadu', '33BB1916B1Z5', 'TN 40 XY 5176', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6592be06-2ef6-4d47-8b92-d943db8b83cf', 'customer', 'Sakthi', 'sakthi@example.com', '9910360844', '2 Cross St, Sivaganga, Tamil Nadu', '33BB0157B1Z0', 'TN 48 XY 4524', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('691bfdad-0719-49d2-8a5e-004e733aedde', 'customer', 'Meenakshi Stores', 'meenakshistores@example.com', '9934043128', '8 Cross St, Madurai, Tamil Nadu', '33BB9750B1Z4', 'TN 56 XY 7430', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7090eee5-197d-4dcf-a509-536622452d5c', 'supplier', 'Venkateswara Scraps', 'venkateswarascraps@example.com', '9833061976', '2 Main Road, Madurai, Tamil Nadu', '33AA4336A1Z4', 'TN 37 AB 0070', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('75ac953e-9a2e-4fad-a22b-74edc241a5aa', 'supplier', 'Siva Scraps', 'sivascraps@example.com', '9879774725', '6 Main Road, Madurai, Tamil Nadu', '33AA8348A1Z9', 'TN 22 AB 0822', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', 'customer', 'Jeeva', 'jeeva@example.com', '9902397898', '26 Cross St, Sivaganga, Tamil Nadu', '33BB4621B1Z5', 'TN 15 XY 1510', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7c070003-29af-48fb-88ef-ec752cd440b1', 'supplier', 'Chennai Super Scraps', 'chennaisuperscraps@example.com', '9898135278', '21 Main Road, Trichy, Tamil Nadu', '33AA4169A1Z10', 'TN 37 AB 5677', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', 'customer', 'Kavitha Enterprises', 'kavithaenterprises@example.com', '9969435879', '35 Cross St, Madurai, Tamil Nadu', '33BB0120B1Z1', 'TN 81 XY 0850', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8363a724-4fa1-4ab9-96b4-4f42cf03164c', 'customer', 'Suresh', 'suresh@example.com', '9992146515', '32 Cross St, Sivaganga, Tamil Nadu', '33BB4988B1Z2', 'TN 01 XY 5779', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('859f03f3-0d7e-4a12-8b47-16db4d534435', 'customer', 'Nandha Plastics', 'nandhaplastics@example.com', '9921964909', '2 Cross St, Sivaganga, Tamil Nadu', '33BB9673B1Z3', 'TN 64 XY 7453', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8eecceb9-342b-41d2-b690-b4db77524b91', 'supplier', 'Sri Murugan Traders', 'srimurugantraders@example.com', '9866686149', '69 Main Road, Madurai, Tamil Nadu', '33AA7197A1Z0', 'TN 93 AB 4638', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', 'customer', 'Vijay', 'vijay@example.com', '9904244064', '31 Cross St, Paramakudi, Tamil Nadu', '33BB8747B1Z8', 'TN 86 XY 9848', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('95fa4fa7-e4f3-41eb-87eb-40cd3175b966', 'customer', 'Amman Foundry', 'ammanfoundry@example.com', '9973429482', '36 Cross St, Ramnad, Tamil Nadu', '33BB2378B1Z1', 'TN 72 XY 1651', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9bc66362-54ca-43b9-b805-40d6c7cc149e', 'customer', 'Murugan', 'murugan@example.com', '9904408469', '40 Cross St, Paramakudi, Tamil Nadu', '33BB0339B1Z7', 'TN 49 XY 8002', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', 'supplier', 'Kovai Iron & Steels', 'kovaiiron&steels@example.com', '9839175875', '97 Main Road, Coimbatore, Tamil Nadu', '33AA4894A1Z12', 'TN 35 AB 5446', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1a705bf-1ed5-4613-95c9-e8e22cb26738', 'customer', 'Prabhu', 'prabhu@example.com', '9925550406', '31 Cross St, Madurai, Tamil Nadu', '33BB7717B1Z7', 'TN 77 XY 5665', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a39b3f86-5d91-4818-99af-ea175b09a3b7', 'customer', 'Arun', 'arun@example.com', '9925757267', '2 Cross St, Ramnad, Tamil Nadu', '33BB2898B1Z7', 'TN 25 XY 6263', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a9f20156-f1e5-46d2-98b2-37e8fccfdb9c', 'customer', 'Karthik', 'karthik@example.com', '9998008591', '36 Cross St, Ramnad, Tamil Nadu', '33BB5883B1Z1', 'TN 04 XY 9846', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ab93477d-c898-4ca8-be18-2a2aa2e33fe4', 'supplier', 'Kumaran Plastics', 'kumaranplastics@example.com', '9835446544', '71 Main Road, Salem, Tamil Nadu', '33AA5728A1Z7', 'TN 00 AB 0246', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('add72a01-49ef-4194-ae1c-f1a4254d1dfa', 'supplier', 'Madurai Scrap Dealers', 'maduraiscrapdealers@example.com', '9828219349', '37 Main Road, Trichy, Tamil Nadu', '33AA2051A1Z13', 'TN 55 AB 0093', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('af3d02af-a28f-4060-9ec1-2a2f7d782bbd', 'customer', 'Bhavani Industries', 'bhavaniindustries@example.com', '9931808663', '42 Cross St, Ramnad, Tamil Nadu', '33BB9556B1Z1', 'TN 68 XY 3606', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b1508ef9-da0d-4435-aa8c-8c62d0b0c320', 'customer', 'Ramesh', 'ramesh@example.com', '9917290395', '37 Cross St, Madurai, Tamil Nadu', '33BB6855B1Z1', 'TN 12 XY 2407', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b2e2cd31-ee41-4984-883e-731ca4251732', 'customer', 'Royal Plastics Recycling', 'royalplasticsrecycling@example.com', '9986146405', '3 Cross St, Sivaganga, Tamil Nadu', '33BB4219B1Z0', 'TN 59 XY 0898', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ba49bbc5-a47d-4a73-a0fc-17a222512e7b', 'customer', 'T.N. Metal Traders', 't.n.metaltraders@example.com', '9974472861', '39 Cross St, Ramnad, Tamil Nadu', '33BB5755B1Z3', 'TN 80 XY 5743', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c02518fd-c412-4249-b633-88da66b81ab7', 'supplier', 'Thanjavur Old Papers', 'thanjavuroldpapers@example.com', '9803581779', '2 Main Road, Trichy, Tamil Nadu', '33AA6779A1Z18', 'TN 33 AB 4896', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4b9a9e4-271b-4fbf-9418-297e99bba442', 'customer', 'Pandian Scraps', 'pandianscraps@example.com', '9991239425', '21 Cross St, Paramakudi, Tamil Nadu', '33BB5549B1Z1', 'TN 27 XY 3297', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ce9aeb70-45b6-44f0-a8ec-e02369558a2a', 'supplier', 'Trichy Metal Works', 'trichymetalworks@example.com', '9824125944', '65 Main Road, Chennai, Tamil Nadu', '33AA5614A1Z11', 'TN 12 AB 9234', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('daa6557d-2131-4f0d-9703-620f1898bb78', 'supplier', 'Karur Steel Scraps', 'karursteelscraps@example.com', '9887889859', '29 Main Road, Trichy, Tamil Nadu', '33AA7460A1Z19', 'TN 96 AB 3331', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('defbe322-77c9-41a4-9a2a-817972a586fd', 'customer', 'Sriram Scrap Traders', 'sriramscraptraders@example.com', '9999496096', '33 Cross St, Madurai, Tamil Nadu', '33BB7862B1Z8', 'TN 31 XY 2509', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e0e63936-74fa-4388-95cb-2726382d5764', 'supplier', 'Ganesh Waste Paper Mart', 'ganeshwastepapermart@example.com', '9828573611', '55 Main Road, Coimbatore, Tamil Nadu', '33AA6462A1Z6', 'TN 98 AB 0147', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e41c62c7-407c-4def-ad89-ef31bdf69578', 'customer', 'Muthu', 'muthu@example.com', '9943850464', '49 Cross St, Paramakudi, Tamil Nadu', '33BB0220B1Z2', 'TN 21 XY 1495', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eb109f35-7a6d-4f62-8f66-e0712076b5bb', 'supplier', 'Senthil Enterprises', 'senthilenterprises@example.com', '9882386182', '36 Main Road, Coimbatore, Tamil Nadu', '33AA1037A1Z2', 'TN 68 AB 0282', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ef79b832-e98a-4349-919e-5385758281ca', 'customer', 'Raja', 'raja@example.com', '9928330699', '12 Cross St, Madurai, Tamil Nadu', '33BB2820B1Z3', 'TN 52 XY 7924', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f34db23f-5c0f-4299-ac73-3fa09897e3bf', 'supplier', 'National Metals Ltd', 'nationalmetalsltd@example.com', '9846305172', '77 Main Road, Madurai, Tamil Nadu', '33AA4359A1Z8', 'TN 05 AB 7605', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', 'supplier', 'Salem Plastic Recyclers', 'salemplasticrecyclers@example.com', '9894674450', '71 Main Road, Trichy, Tamil Nadu', '33AA5706A1Z14', 'TN 01 AB 5785', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f89c5907-c1f0-4e4a-b475-1f06fa155910', 'customer', 'Vignesh', 'vignesh@example.com', '9949355034', '3 Cross St, Sivaganga, Tamil Nadu', '33BB9792B1Z5', 'TN 23 XY 8640', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `parties` (`id`, `type`, `name`, `email`, `phone`, `address`, `gstin`, `vehicle_number`, `created_at`, `updated_at`, `deleted_at`) VALUES ('febe6996-959b-4b68-84fc-b8d42feb35f2', 'customer', 'Sivakumar', 'sivakumar@example.com', '9978717496', '20 Cross St, Paramakudi, Tamil Nadu', '33BB5245B1Z1', 'TN 88 XY 5834', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: bills
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('00f14d57-83ff-4bcb-bd5e-c20a120455ac', 'sale', 'tax', 'INV-2026-0029', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-12 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 25 XY 6263', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('03461ac5-3a47-426c-b1c4-9b146e9fda0a', 'sale', 'tax', 'INV-2026-0101', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-13 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 25 XY 6263', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('045465ea-e3e6-4e3e-877e-f51e3695b459', 'sale', 'tax', 'INV-2026-0059', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-05-24 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 10 XY 7959', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0db78f51-59b4-4273-9fbf-afc88dad1238', 'sale', 'tax', 'INV-2026-0003', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-04-25 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 88 XY 5834', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0fc5fc45-58c9-4cbf-8230-dfc90101ec30', 'sale', 'tax', 'INV-2026-0058', '60afb66d-6dfe-4a51-862f-e58d07f32488', '2026-05-21 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 73 XY 7502', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('112b6cee-51e8-4424-9aeb-1cde793d4fd0', 'purchase', 'tax', 'PUR-2026-0011', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-05-23 00:26:33', '10164.00', '0.00', '1478.78', '0.00', '11643.00', '0.00', 'unpaid', NULL, 'TN 98 AB 0147', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('16bf3d2a-dcfe-4d29-918b-a69b7b53daeb', 'sale', 'tax', 'INV-2026-0012', '646193a4-2b3e-4fc3-ab98-c096a37a2841', '2026-06-06 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 40 XY 5176', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18304e74-0118-43cd-b31b-054ca7140ef3', 'sale', 'tax', 'INV-2026-0030', 'a9f20156-f1e5-46d2-98b2-37e8fccfdb9c', '2026-07-02 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 04 XY 9846', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('19c0b29a-d8c6-4caa-b1fa-f2154e835be8', 'sale', 'tax', 'INV-2026-0113', '8363a724-4fa1-4ab9-96b4-4f42cf03164c', '2026-06-22 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 01 XY 5779', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('19e34932-c55f-46eb-a002-8867eb91ec9a', 'purchase', 'tax', 'PUR-2026-0024', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-06-11 00:26:33', '4407.00', '0.00', '220.35', '0.00', '4627.00', '2313.50', 'partial', NULL, 'TN 22 AB 0822', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1aab8ef0-d523-407e-947d-fac6221ee063', 'purchase', 'tax', 'PUR-2026-0030', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-06-28 00:26:33', '4248.00', '0.00', '731.88', '0.00', '4980.00', '4980.00', 'paid', NULL, 'TN 33 AB 4896', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1c98b4af-ab91-44ab-b232-255bda2cfd3f', 'sale', 'tax', 'INV-2026-0020', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-07-01 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 45 XY 2943', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1f685fa8-60af-4fc9-ae7e-4695dc9ebabe', 'purchase', 'tax', 'PUR-2026-0029', '101da879-b8ca-419a-bc8f-3cc8fc437769', '2026-07-02 00:26:33', '2170.00', '0.00', '108.50', '0.00', '2279.00', '2279.00', 'paid', NULL, 'TN 40 AB 4249', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1fb66e5f-32b7-4765-bfb9-31dc9c9818f5', 'sale', 'tax', 'INV-2026-0007', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-04-21 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('20714c7f-fe28-4318-8597-aa619b2224d6', 'purchase', 'tax', 'PUR-2026-0012', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-05-28 00:26:33', '12722.00', '0.00', '1616.56', '0.00', '14339.00', '14339.00', 'paid', NULL, 'TN 33 AB 4896', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('20835c3c-9cbf-4891-b3a2-2694d5238e8a', 'sale', 'tax', 'INV-2026-0044', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-17 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('22ab9f62-9ca6-4f41-9fa9-5fa1f30c2beb', 'sale', 'tax', 'INV-2026-0100', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-07-04 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 31 XY 2509', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('24af123b-9e01-4c3f-b6ea-410c48325ec3', 'sale', 'tax', 'INV-2026-0026', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-04-14 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('24d20977-00c4-490c-b382-1a23b4cc60f8', 'purchase', 'tax', 'PUR-2026-0025', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-04-29 00:26:33', '7307.00', '0.00', '1213.86', '0.00', '8521.00', '4260.50', 'partial', NULL, 'TN 98 AB 0147', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('25140a05-c96b-4b38-b07d-7da3fb234fef', 'purchase', 'tax', 'PUR-2026-0051', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-29 00:26:33', '8552.00', '0.00', '1000.90', '0.00', '9553.00', '9553.00', 'paid', NULL, 'TN 55 AB 0093', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('261078ba-007c-4516-8e54-c2066d80878d', 'sale', 'tax', 'INV-2026-0116', '4a10fbee-bc16-486d-9f84-8997b6572067', '2026-06-28 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 62 XY 8639', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('290c3161-602b-4d00-844a-0e05e990e53b', 'sale', 'tax', 'INV-2026-0025', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-04-13 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 86 XY 9848', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2916a65c-7789-48a0-aac5-1f0827ff0b8e', 'purchase', 'tax', 'PUR-2026-0041', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-04-16 00:26:33', '10843.00', '0.00', '979.34', '0.00', '11822.00', '0.00', 'unpaid', NULL, 'TN 41 AB 5590', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('292e5641-29a5-4497-b4aa-9f86a1f06c7c', 'sale', 'tax', 'INV-2026-0097', '60afb66d-6dfe-4a51-862f-e58d07f32488', '2026-07-06 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 73 XY 7502', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2963ca45-1415-465d-8c5b-51d7fd725d9c', 'purchase', 'tax', 'PUR-2026-0018', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-19 00:26:33', '8021.00', '0.00', '1106.82', '0.00', '9128.00', '9128.00', 'paid', NULL, 'TN 54 AB 7023', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('298ecf4f-366c-46ff-99e3-28849d9e4ee2', 'purchase', 'tax', 'PUR-2026-0022', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-06-23 00:26:33', '4464.00', '0.00', '371.92', '0.00', '4836.00', '4836.00', 'paid', NULL, 'TN 43 AB 6781', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2a30ed5b-4b0e-44e6-b61b-19e75cc572ad', 'sale', 'tax', 'INV-2026-0096', 'c4b9a9e4-271b-4fbf-9418-297e99bba442', '2026-05-11 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 27 XY 3297', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2af38da7-2d76-42ef-a0a2-2836271b98e4', 'sale', 'tax', 'INV-2026-0055', '9bc66362-54ca-43b9-b805-40d6c7cc149e', '2026-04-29 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 49 XY 8002', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2b8ce6e8-7040-424e-8bb1-928ef0539698', 'sale', 'tax', 'INV-2026-0078', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-07-09 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 12 XY 2407', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2c52ad76-efe0-44ad-ae28-ae9db62a8eb8', 'sale', 'tax', 'INV-2026-0005', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-24 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2c9c163f-d25a-437c-ae80-0863e7417144', 'sale', 'tax', 'INV-2026-0034', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-06-01 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 86 XY 9848', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2dbe9a17-c452-45d5-8aa7-55d32066a7f0', 'sale', 'tax', 'INV-2026-0004', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-05-26 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 86 XY 9848', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2de38345-bb4b-427a-9673-c2a954d7edf2', 'sale', 'tax', 'INV-2026-0050', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-27 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 25 XY 6263', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2ee233c8-4e88-4007-ad89-bff4a8894319', 'sale', 'tax', 'INV-2026-0111', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-06-24 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 56 XY 7430', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', 'sale', 'tax', 'INV-2026-0052', 'ba49bbc5-a47d-4a73-a0fc-17a222512e7b', '2026-05-29 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 80 XY 5743', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2f455932-3a32-4218-8f87-944963f4e268', 'sale', 'tax', 'INV-2026-0077', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-07-03 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 76 XY 3656', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2f628d10-48d3-44ad-92eb-d8b482efea49', 'sale', 'tax', 'INV-2026-0024', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-06-28 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 31 XY 2509', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2ffb5a8f-634a-462a-a500-8c537fa4a2de', 'sale', 'tax', 'INV-2026-0047', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-06-16 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('341b5f1f-91e9-4a19-87aa-2b755f9def2a', 'purchase', 'tax', 'PUR-2026-0047', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-04-21 00:26:33', '12933.00', '0.00', '1541.70', '0.00', '14475.00', '7237.50', 'partial', NULL, 'TN 55 AB 0093', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('346446bb-c4d3-49f0-ad73-2c7bd18f7339', 'sale', 'tax', 'INV-2026-0023', 'af3d02af-a28f-4060-9ec1-2a2f7d782bbd', '2026-05-27 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 68 XY 3606', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('372a8530-e794-4669-835c-5c682c0bc00a', 'sale', 'tax', 'INV-2026-0099', '34baeed3-a1cc-4d60-9076-66ae7d62e365', '2026-05-24 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 21 XY 5466', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3753cd55-d40d-4c17-9c84-c9de6cafc16a', 'sale', 'tax', 'INV-2026-0066', '81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', '2026-04-14 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 81 XY 0850', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3772b918-16cc-4c1e-baba-f7f40d623f96', 'sale', 'tax', 'INV-2026-0083', 'af3d02af-a28f-4060-9ec1-2a2f7d782bbd', '2026-07-11 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 68 XY 3606', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('383d7221-a87e-4a1d-93c0-899bb1e77508', 'purchase', 'tax', 'PUR-2026-0032', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-05-14 00:26:33', '6680.00', '0.00', '334.00', '0.00', '7014.00', '7014.00', 'paid', NULL, 'TN 55 AB 0093', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3a254550-af30-47ba-90f7-30e24903cdd8', 'purchase', 'tax', 'PUR-2026-0010', 'f34db23f-5c0f-4299-ac73-3fa09897e3bf', '2026-05-29 00:26:33', '11379.00', '0.00', '1862.32', '0.00', '13241.00', '0.00', 'unpaid', NULL, 'TN 05 AB 7605', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3ac5eacb-bd94-4493-93b9-eca72d79e40f', 'purchase', 'tax', 'PUR-2026-0017', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-05-15 00:26:33', '9518.00', '0.00', '827.42', '0.00', '10345.00', '10345.00', 'paid', NULL, 'TN 22 AB 0822', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3d8f8c4a-ab34-44be-ad9b-5b3693ad1d78', 'sale', 'tax', 'INV-2026-0009', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-05-20 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 88 XY 5834', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3ed55931-eb43-4544-a391-8e8ce432ad45', 'purchase', 'tax', 'PUR-2026-0027', 'daa6557d-2131-4f0d-9703-620f1898bb78', '2026-05-14 00:26:33', '12533.00', '0.00', '1564.34', '0.00', '14097.00', '7048.50', 'partial', NULL, 'TN 96 AB 3331', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3f640636-4b61-465f-bedc-8b2daf76ce2b', 'purchase', 'tax', 'PUR-2026-0028', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-07-04 00:26:33', '5848.00', '0.00', '592.70', '0.00', '6441.00', '6441.00', 'paid', NULL, 'TN 54 AB 7023', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3fdb3a18-1e0c-4c07-b462-31661193eee0', 'sale', 'tax', 'INV-2026-0103', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-06-16 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3feb4635-2d63-4852-b2ed-6c7949e8df36', 'purchase', 'tax', 'PUR-2026-0058', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-06-19 00:26:33', '11008.00', '0.00', '1296.47', '0.00', '12304.00', '6152.00', 'partial', NULL, 'TN 35 AB 5446', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('41cff981-c64f-495b-a866-4b55d0c12657', 'purchase', 'tax', 'PUR-2026-0019', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-05-18 00:26:33', '10110.00', '0.00', '1819.80', '0.00', '11930.00', '11930.00', 'paid', NULL, 'TN 37 AB 0070', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4308c87e-c192-4372-935e-084b2a0ae8f4', 'sale', 'tax', 'INV-2026-0062', '646193a4-2b3e-4fc3-ab98-c096a37a2841', '2026-06-05 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 40 XY 5176', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('43add38d-e3d8-463b-88d6-70ea969d6893', 'sale', 'tax', 'INV-2026-0079', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-04-25 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 56 XY 7430', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4850b002-c7ab-4c15-87f4-57923851ab94', 'sale', 'tax', 'INV-2026-0110', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-07-06 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 56 XY 7430', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('488e51e8-d5dd-4e82-a987-a1aec321d5a4', 'sale', 'tax', 'INV-2026-0028', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-06-07 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 64 XY 7453', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('49902db3-9511-449b-87ff-01537981b5ba', 'sale', 'tax', 'INV-2026-0051', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-05-24 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 76 XY 3656', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a348600-4a39-422e-ae42-187bd8809f50', 'sale', 'tax', 'INV-2026-0035', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-05-21 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 76 XY 3656', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4b157140-5dbc-4021-8d97-0cd4f911063a', 'sale', 'tax', 'INV-2026-0013', '9bc66362-54ca-43b9-b805-40d6c7cc149e', '2026-07-07 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 49 XY 8002', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4b329cd8-f35f-483a-acce-a3140cbf870e', 'sale', 'tax', 'INV-2026-0038', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-04-26 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 56 XY 7430', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4d25a13f-c472-4266-a4d8-ef9501e24704', 'sale', 'tax', 'INV-2026-0091', '3f2f0ea8-2b72-4a6e-b52f-ebbaaed54b2d', '2026-06-14 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 94 XY 8028', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4de61e3a-cc31-499d-bddc-f40e92387281', 'sale', 'tax', 'INV-2026-0018', '81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', '2026-05-08 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 81 XY 0850', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4ee89f1d-b37d-4399-acc5-45e4c0c8f683', 'sale', 'tax', 'INV-2026-0088', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-05-31 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 48 XY 4524', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('50c88d54-3a44-45d0-b68b-c7998276c6b6', 'purchase', 'tax', 'PUR-2026-0033', '3f27a857-f4d8-4097-82f3-b90fb0fd77d7', '2026-07-10 00:26:33', '11415.00', '0.00', '1663.79', '0.00', '13079.00', '0.00', 'unpaid', NULL, 'TN 65 AB 8407', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('51a0cecd-b5a9-431a-a13d-700053a245ee', 'purchase', 'tax', 'PUR-2026-0023', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-14 00:26:33', '10479.00', '0.00', '1817.06', '0.00', '12296.00', '6148.00', 'partial', NULL, 'TN 54 AB 7023', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('546d40be-3ea1-462a-8eca-ffe275b3d0d2', 'purchase', 'tax', 'PUR-2026-0037', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-05-11 00:26:33', '3988.00', '0.00', '470.84', '0.00', '4459.00', '0.00', 'unpaid', NULL, 'TN 01 AB 5785', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('55c293b0-d4ca-4df1-b89f-d390fdd94404', 'purchase', 'tax', 'PUR-2026-0021', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-05-10 00:26:33', '19619.00', '0.00', '2049.94', '0.00', '21669.00', '21669.00', 'paid', NULL, 'TN 35 AB 5446', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', 'purchase', 'tax', 'PUR-2026-0034', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-06-17 00:26:33', '8115.00', '0.00', '941.09', '0.00', '9056.00', '9056.00', 'paid', NULL, 'TN 01 AB 5785', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('607dfa2c-81f5-4b0b-b792-9ee4fa697f16', 'sale', 'tax', 'INV-2026-0071', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-05 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('645efeac-ae96-4dc7-8ca0-e2306841eef6', 'purchase', 'tax', 'PUR-2026-0057', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-21 00:26:33', '6993.00', '0.00', '756.16', '0.00', '7749.00', '7749.00', 'paid', NULL, 'TN 54 AB 7023', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('64b5c3a6-c150-4c6d-983a-12ab5b4cdad0', 'purchase', 'tax', 'PUR-2026-0042', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-13 00:26:33', '2820.00', '0.00', '141.00', '0.00', '2961.00', '2961.00', 'paid', NULL, 'TN 00 AB 0246', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6775e5a9-9af9-4c7a-8762-c1a2d8949fca', 'purchase', 'tax', 'PUR-2026-0056', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-24 00:26:33', '8110.00', '0.00', '1216.70', '0.00', '9327.00', '4663.50', 'partial', NULL, 'TN 00 AB 0246', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6b7ab46f-7b18-4bbf-9847-4988f62cd66c', 'purchase', 'tax', 'PUR-2026-0040', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-07-03 00:26:33', '3691.00', '0.00', '454.82', '0.00', '4146.00', '4146.00', 'paid', NULL, 'TN 43 AB 6781', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', 'sale', 'tax', 'INV-2026-0064', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-05-05 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 81 XY 9429', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6ca1ad81-963a-4e48-8390-1911abe29045', 'sale', 'tax', 'INV-2026-0120', 'ba49bbc5-a47d-4a73-a0fc-17a222512e7b', '2026-06-14 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 80 XY 5743', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('70c4de54-e8b0-4020-9d3f-96afd5a62006', 'purchase', 'tax', 'PUR-2026-0038', 'f34db23f-5c0f-4299-ac73-3fa09897e3bf', '2026-05-20 00:26:33', '1330.00', '0.00', '66.50', '0.00', '1397.00', '0.00', 'unpaid', NULL, 'TN 05 AB 7605', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('72b9d9b9-0b91-465c-b794-12e398f9e5e8', 'sale', 'tax', 'INV-2026-0074', '60afb66d-6dfe-4a51-862f-e58d07f32488', '2026-04-13 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 73 XY 7502', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7424714d-26f5-4dfb-8365-0dcb860e39b8', 'purchase', 'tax', 'PUR-2026-0016', 'daa6557d-2131-4f0d-9703-620f1898bb78', '2026-05-24 00:26:33', '6758.00', '0.00', '1216.44', '0.00', '7974.00', '7974.00', 'paid', NULL, 'TN 96 AB 3331', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('76998c17-c189-45c9-955e-7f3a8f526771', 'sale', 'tax', 'INV-2026-0093', 'b2e2cd31-ee41-4984-883e-731ca4251732', '2026-05-08 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 59 XY 0898', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('76bec39f-1de8-414d-a7d4-9fe980c7e70a', 'sale', 'tax', 'INV-2026-0098', '95fa4fa7-e4f3-41eb-87eb-40cd3175b966', '2026-06-27 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 72 XY 1651', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('772a5059-1486-47c5-9578-295007a7c3b5', 'purchase', 'tax', 'PUR-2026-0043', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-05-02 00:26:33', '3528.00', '0.00', '176.40', '0.00', '3704.00', '0.00', 'unpaid', NULL, 'TN 43 AB 6781', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', 'sale', 'tax', 'INV-2026-0081', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-06-25 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 02 XY 9699', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7a26b25b-c31d-4cc4-a655-ab338b2880da', 'sale', 'tax', 'INV-2026-0037', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-20 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 15 XY 1510', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7a7f45d5-08fb-40ef-b380-8424341c7c46', 'sale', 'tax', 'INV-2026-0114', 'b2e2cd31-ee41-4984-883e-731ca4251732', '2026-07-05 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 59 XY 0898', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7e1e43c7-7b00-4aae-8523-488f2839a3bf', 'sale', 'tax', 'INV-2026-0095', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-06-11 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 02 XY 9699', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('806426e7-b08d-4f23-ab2b-244e86a33c89', 'sale', 'tax', 'INV-2026-0022', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-04-24 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 76 XY 3656', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8115fe79-4e02-4866-8099-057a8c8e95f1', 'sale', 'tax', 'INV-2026-0082', 'a1a705bf-1ed5-4613-95c9-e8e22cb26738', '2026-06-21 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 77 XY 5665', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('81d048fb-73f5-427a-90dd-a111969e643f', 'purchase', 'tax', 'PUR-2026-0001', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-05-20 00:26:33', '14488.00', '0.00', '2117.74', '0.00', '16606.00', '16606.00', 'paid', NULL, 'TN 22 AB 0822', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8228a310-56f2-4c92-89fe-6f5d9b71891e', 'sale', 'tax', 'INV-2026-0069', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-11 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8301e8e8-5f08-4074-abde-28013641fd2c', 'sale', 'tax', 'INV-2026-0053', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-06-20 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 02 XY 9699', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('86a36ff5-c340-43d8-bef4-15d4cbf909bf', 'sale', 'tax', 'INV-2026-0061', '8363a724-4fa1-4ab9-96b4-4f42cf03164c', '2026-05-09 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 01 XY 5779', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('86c56474-ddd1-4b76-b444-1e07e9bc3e49', 'purchase', 'tax', 'PUR-2026-0006', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-06-05 00:26:33', '1152.00', '0.00', '207.36', '0.00', '1359.00', '1359.00', 'paid', NULL, 'TN 15 AB 4726', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8a9e6d83-9de0-41e2-9474-5e810dd080fb', 'purchase', 'tax', 'PUR-2026-0014', '8eecceb9-342b-41d2-b690-b4db77524b91', '2026-07-09 00:26:33', '2220.00', '0.00', '111.00', '0.00', '2331.00', '2331.00', 'paid', NULL, 'TN 93 AB 4638', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8c8681c3-6050-4df1-a917-3867d5b3d8fd', 'sale', 'tax', 'INV-2026-0118', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-15 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 25 XY 6263', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8f3022ed-761e-4515-9a3f-dfc56e747a42', 'sale', 'tax', 'INV-2026-0041', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-01 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 25 XY 6263', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('904c69c0-5654-4729-8c37-40a7fe8c3314', 'sale', 'tax', 'INV-2026-0068', 'ef79b832-e98a-4349-919e-5385758281ca', '2026-05-24 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 52 XY 7924', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('91b0b84c-47c6-425a-85eb-1e63d45d04c5', 'purchase', 'tax', 'PUR-2026-0045', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-06-18 00:26:33', '4536.00', '0.00', '816.48', '0.00', '5352.00', '5352.00', 'paid', NULL, 'TN 37 AB 0070', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('94b2d12d-4e05-4f6d-922f-73d7e6a72d29', 'sale', 'tax', 'INV-2026-0063', 'f89c5907-c1f0-4e4a-b475-1f06fa155910', '2026-05-27 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 23 XY 8640', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('95ad9be5-5682-4cee-8c4c-34472b15fbaf', 'purchase', 'tax', 'PUR-2026-0046', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-07 00:26:33', '4300.00', '0.00', '460.44', '0.00', '4760.00', '2380.00', 'partial', NULL, 'TN 55 AB 0093', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('974649b5-bfad-4b82-ae35-06d97085db7e', 'purchase', 'tax', 'PUR-2026-0031', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-05-30 00:26:33', '4537.00', '0.00', '744.51', '0.00', '5282.00', '0.00', 'unpaid', NULL, 'TN 00 AB 0246', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9816e78b-3951-446c-9f5d-9beba02fcd64', 'purchase', 'tax', 'PUR-2026-0048', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-04-28 00:26:33', '8273.00', '0.00', '413.65', '0.00', '8687.00', '8687.00', 'paid', NULL, 'TN 37 AB 0070', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('99699f55-471c-42f0-80bc-c3d9b66cbdfb', 'sale', 'tax', 'INV-2026-0060', '6093f0ed-9b6c-4ece-941f-a22f35787113', '2026-06-16 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 00 XY 2366', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9aec8576-8e87-41e7-87e5-89d7cf3f2e73', 'purchase', 'tax', 'PUR-2026-0039', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-06-17 00:26:33', '5078.00', '0.00', '253.90', '0.00', '5332.00', '5332.00', 'paid', NULL, 'TN 01 AB 5785', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9da8c19e-21a0-4de0-afd9-9547c852f0e3', 'sale', 'tax', 'INV-2026-0070', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-07-04 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 31 XY 2509', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9eef7770-d93c-4a05-a322-f07b6ad30613', 'sale', 'tax', 'INV-2026-0106', '4a10fbee-bc16-486d-9f84-8997b6572067', '2026-05-25 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 62 XY 8639', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9f9925f8-026c-4834-ab27-6a2f2e42e811', 'sale', 'tax', 'INV-2026-0010', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-05-24 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 86 XY 9848', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9fed33c1-6d29-4242-b543-4f60ec12ed2f', 'purchase', 'tax', 'PUR-2026-0059', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-04-21 00:26:33', '12972.00', '0.00', '2012.04', '0.00', '14984.00', '14984.00', 'paid', NULL, 'TN 43 AB 6781', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a04db748-8819-4f3c-a0b6-68ac65c2a092', 'sale', 'tax', 'INV-2026-0076', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-06-08 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 81 XY 9429', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a0aae7a7-605f-4e5a-a4d1-9cb74db3fb28', 'purchase', 'tax', 'PUR-2026-0007', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', '2026-06-10 00:26:33', '2067.00', '0.00', '372.06', '0.00', '2439.00', '2439.00', 'paid', NULL, 'TN 12 AB 9234', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', 'sale', 'tax', 'INV-2026-0002', 'ba49bbc5-a47d-4a73-a0fc-17a222512e7b', '2026-06-06 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 80 XY 5743', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a4e2cac2-4ecf-4d57-b606-6f6f6147813b', 'sale', 'tax', 'INV-2026-0108', '3f2f0ea8-2b72-4a6e-b52f-ebbaaed54b2d', '2026-05-12 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 94 XY 8028', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a5ac3c65-b92d-4106-ab21-179779867fdb', 'purchase', 'tax', 'PUR-2026-0060', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-05-19 00:26:33', '9791.00', '0.00', '1407.74', '0.00', '11199.00', '11199.00', 'paid', NULL, 'TN 15 AB 4726', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a7bb3fa2-0ebd-42d9-9d55-235f1040fd17', 'sale', 'tax', 'INV-2026-0085', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-29 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 15 XY 1510', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a82a0cf7-2dd2-4596-bfd4-b4873946bb5a', 'sale', 'tax', 'INV-2026-0008', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-06-25 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 76 XY 3656', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a93d5cce-15ae-4043-8ad5-07847ffd4048', 'sale', 'tax', 'INV-2026-0045', 'a1a705bf-1ed5-4613-95c9-e8e22cb26738', '2026-05-17 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 77 XY 5665', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ab9cdf85-27ac-4dc4-8561-76a5d9a1cd3d', 'purchase', 'tax', 'PUR-2026-0044', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-07-07 00:26:33', '5967.00', '0.00', '687.18', '0.00', '6654.00', '6654.00', 'paid', NULL, 'TN 01 AB 5785', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ac53b63b-0d44-4a4c-93e1-27cb41c979b5', 'sale', 'tax', 'INV-2026-0087', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-04-13 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 10 XY 7959', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ace78616-807f-49a9-af6f-cfb054bfef77', 'sale', 'tax', 'INV-2026-0112', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-04-13 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 48 XY 4524', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aef370a1-15e2-427a-bba8-e7062d9c700f', 'sale', 'tax', 'INV-2026-0073', '6093f0ed-9b6c-4ece-941f-a22f35787113', '2026-06-24 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 00 XY 2366', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('afd4f92a-0f5f-4974-b8e7-35410de3d701', 'sale', 'tax', 'INV-2026-0056', '95fa4fa7-e4f3-41eb-87eb-40cd3175b966', '2026-06-06 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 72 XY 1651', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b3095450-a725-4909-91da-612224482aec', 'purchase', 'tax', 'PUR-2026-0052', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-06-06 00:26:33', '3930.00', '0.00', '357.96', '0.00', '4288.00', '4288.00', 'paid', NULL, 'TN 43 AB 6781', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b4580712-04c0-4832-9f8f-4a45c06873a7', 'purchase', 'tax', 'PUR-2026-0013', '101da879-b8ca-419a-bc8f-3cc8fc437769', '2026-07-06 00:26:33', '9646.00', '0.00', '696.80', '0.00', '10343.00', '5171.50', 'partial', NULL, 'TN 40 AB 4249', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b65338ef-5a8c-4df0-8c0d-2a0ef8ebf218', 'sale', 'tax', 'INV-2026-0072', 'e41c62c7-407c-4def-ad89-ef31bdf69578', '2026-06-08 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 21 XY 1495', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b88322ef-b8ad-4bd9-8d36-3a23b883f427', 'purchase', 'tax', 'PUR-2026-0002', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-05-14 00:26:33', '14929.00', '0.00', '1691.94', '0.00', '16621.00', '16621.00', 'paid', NULL, 'TN 41 AB 5590', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ba93e3af-6716-49a0-8d91-b14612e07223', 'purchase', 'tax', 'PUR-2026-0005', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-06-12 00:26:33', '21198.00', '0.00', '3476.34', '0.00', '24674.00', '0.00', 'unpaid', NULL, 'TN 15 AB 4726', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', 'purchase', 'tax', 'PUR-2026-0035', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-04-30 00:26:33', '9729.00', '0.00', '1468.73', '0.00', '11198.00', '5599.00', 'partial', NULL, 'TN 01 AB 5785', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bca352dd-1c4f-4c32-a180-179442519459', 'sale', 'tax', 'INV-2026-0019', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-06-15 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 81 XY 9429', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bcb527ff-fc54-4e85-99f9-5c2809ac2413', 'sale', 'tax', 'INV-2026-0092', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-06-19 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 88 XY 5834', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bd41bcfb-1020-45f7-ad10-7f9ec7e0bfa7', 'sale', 'tax', 'INV-2026-0089', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-26 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 45 XY 2943', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bd48c167-e2f3-464c-8934-0fee3265c8dd', 'purchase', 'tax', 'PUR-2026-0026', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-04-23 00:26:33', '826.00', '0.00', '148.68', '0.00', '975.00', '975.00', 'paid', NULL, 'TN 15 AB 4726', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bd53f73e-a0c6-47e3-8105-0df5a870b7ff', 'sale', 'tax', 'INV-2026-0027', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-20 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 45 XY 2943', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bdd3c4ce-a116-4ecd-a582-7d78eefaba54', 'purchase', 'tax', 'PUR-2026-0015', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-05-06 00:26:33', '2580.00', '0.00', '464.40', '0.00', '3044.00', '0.00', 'unpaid', NULL, 'TN 41 AB 5590', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('be5c9158-0e5b-4b00-8a7f-8e82a41c1835', 'purchase', 'tax', 'PUR-2026-0036', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', '2026-06-12 00:26:33', '9644.00', '0.00', '947.86', '0.00', '10592.00', '5296.00', 'partial', NULL, 'TN 12 AB 9234', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bf81f2a5-cf85-4cec-84f5-043e83e4cff5', 'sale', 'tax', 'INV-2026-0080', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-07-02 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 35 XY 5074', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c13b39d5-4b35-47c2-805f-10e09db699d5', 'sale', 'tax', 'INV-2026-0048', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-06-30 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 76 XY 3656', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c2376c02-660a-404a-bf60-4a2feeb6ea6f', 'sale', 'tax', 'INV-2026-0042', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-07-03 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 88 XY 5834', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c270bf06-6c33-4a07-bcd0-a307534797b5', 'sale', 'tax', 'INV-2026-0014', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-05-21 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 64 XY 7453', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4a3ea30-827e-441f-9210-b3e730b16f91', 'sale', 'tax', 'INV-2026-0046', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-05-05 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 31 XY 2509', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4b217fc-6cba-4dcd-b5f3-37d172b5e28a', 'purchase', 'tax', 'PUR-2026-0053', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-06-21 00:26:33', '8426.00', '0.00', '1516.68', '0.00', '9943.00', '9943.00', 'paid', NULL, 'TN 33 AB 4896', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4f58ceb-d681-436f-96ab-f647c8cbef60', 'sale', 'tax', 'INV-2026-0057', 'f89c5907-c1f0-4e4a-b475-1f06fa155910', '2026-04-15 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 23 XY 8640', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c5f90c03-14f7-49a0-9222-7b06678f9128', 'sale', 'tax', 'INV-2026-0006', '34baeed3-a1cc-4d60-9076-66ae7d62e365', '2026-04-15 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 21 XY 5466', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c96d8435-4a93-4386-bb58-4c0a0388790b', 'purchase', 'tax', 'PUR-2026-0054', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-07-08 00:26:33', '7943.00', '0.00', '1051.18', '0.00', '8994.00', '8994.00', 'paid', NULL, 'TN 01 AB 5785', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cae151e7-fa0a-482a-9ae9-3ac7b71c583d', 'sale', 'tax', 'INV-2026-0054', '4a10fbee-bc16-486d-9f84-8997b6572067', '2026-04-28 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 62 XY 8639', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cc073781-c42a-4ef3-8874-f8551ba9181d', 'sale', 'tax', 'INV-2026-0086', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-04-22 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 86 XY 9848', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cc6ea8da-ebfb-40d5-bae2-efb5251421bb', 'sale', 'tax', 'INV-2026-0043', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-27 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 45 XY 2943', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cfdff5ae-0784-4fbf-a05c-2dc28c3c9dbe', 'sale', 'tax', 'INV-2026-0032', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-05-01 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 10 XY 7959', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d2387d12-6872-40cd-b307-768e73684040', 'purchase', 'tax', 'PUR-2026-0055', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-05-15 00:26:33', '10378.00', '0.00', '1310.34', '0.00', '11688.00', '11688.00', 'paid', NULL, 'TN 43 AB 6781', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d256d1d7-e8d7-4f33-9d79-109bae77f9d9', 'purchase', 'tax', 'PUR-2026-0008', '7c070003-29af-48fb-88ef-ec752cd440b1', '2026-06-05 00:26:33', '6593.00', '0.00', '1186.74', '0.00', '7780.00', '7780.00', 'paid', NULL, 'TN 37 AB 5677', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d60dcea8-5398-4e8c-a8dd-1137c28482c4', 'sale', 'tax', 'INV-2026-0119', '81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', '2026-06-30 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 81 XY 0850', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d68d3799-45b8-4cbe-afdc-7982356e19fc', 'purchase', 'tax', 'PUR-2026-0020', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-15 00:26:33', '2432.00', '0.00', '121.60', '0.00', '2554.00', '1277.00', 'partial', NULL, 'TN 00 AB 0246', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d73a57f3-dba8-484e-85e6-1fd4858f05c6', 'sale', 'tax', 'INV-2026-0115', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-05 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 45 XY 2943', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d87b77f6-2bf5-445e-97e2-e53be81c05b0', 'sale', 'tax', 'INV-2026-0094', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-05-29 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 02 XY 9699', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dba2ed22-bc76-403d-94af-f25058d18284', 'sale', 'tax', 'INV-2026-0065', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-05-11 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 81 XY 9429', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dbeeb12b-c597-4686-87f5-911dee5dc8e3', 'purchase', 'tax', 'PUR-2026-0004', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-05-29 00:26:33', '6192.00', '0.00', '635.38', '0.00', '6827.00', '6827.00', 'paid', NULL, 'TN 15 AB 4726', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dcf76cad-775f-4b97-b6d7-3e5ed568b890', 'purchase', 'tax', 'PUR-2026-0009', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-20 00:26:33', '352.00', '0.00', '63.36', '0.00', '415.00', '207.50', 'partial', NULL, 'TN 55 AB 0093', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('de85d80b-2e7d-4254-8d2e-07978f5cd61b', 'sale', 'tax', 'INV-2026-0036', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-05-15 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 15 XY 1510', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e057cefe-1718-4ba5-b209-62d9669e198d', 'sale', 'tax', 'INV-2026-0017', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-05-18 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 48 XY 4524', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e2ec0ed3-ac3c-4868-ba92-ecfc52389b51', 'sale', 'tax', 'INV-2026-0015', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-05-23 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 12 XY 2407', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e35630a2-6a70-40e2-afa0-8ff0ce37002e', 'sale', 'tax', 'INV-2026-0104', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-05-01 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 64 XY 7453', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e60a082f-c192-49aa-b6da-c77a1421176b', 'sale', 'tax', 'INV-2026-0075', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-06-29 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 31 XY 2509', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e9180e51-c374-4240-ad5e-1e2f1c9bae62', 'sale', 'tax', 'INV-2026-0102', 'ef79b832-e98a-4349-919e-5385758281ca', '2026-04-21 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 52 XY 7924', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e97a0373-ec2f-4b42-ad19-188e0f3bc03a', 'sale', 'tax', 'INV-2026-0067', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-05-15 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 10 XY 7959', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e9ab4964-4e85-4d49-83a3-a171e6cb46ae', 'sale', 'tax', 'INV-2026-0033', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-06-26 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 56 XY 7430', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eb50e9e1-dda6-4865-844e-44f735a8f6de', 'sale', 'tax', 'INV-2026-0049', 'c4b9a9e4-271b-4fbf-9418-297e99bba442', '2026-05-16 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 27 XY 3297', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eb6936a3-f804-4beb-b92d-db4c66679b8d', 'sale', 'tax', 'INV-2026-0107', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-07-09 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 64 XY 7453', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ebed3606-a692-41be-9d8d-acea5bf55151', 'purchase', 'tax', 'PUR-2026-0003', 'eb109f35-7a6d-4f62-8f66-e0712076b5bb', '2026-04-20 00:26:33', '13171.00', '0.00', '1397.99', '0.00', '14569.00', '14569.00', 'paid', NULL, 'TN 68 AB 0282', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('edacb994-be0f-4ce8-9898-0519f9fffa4b', 'sale', 'tax', 'INV-2026-0011', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-05-30 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 86 XY 9848', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ef4fbf93-1e1c-491b-8ac7-ad6b62c01b64', 'purchase', 'tax', 'PUR-2026-0049', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-06-28 00:26:33', '3268.00', '0.00', '588.24', '0.00', '3856.00', '3856.00', 'paid', NULL, 'TN 35 AB 5446', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f00baa4e-866c-412c-b90a-21c7bf7452a8', 'purchase', 'tax', 'PUR-2026-0050', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-05-18 00:26:33', '3768.00', '0.00', '592.44', '0.00', '4360.00', '2180.00', 'partial', NULL, 'TN 98 AB 0147', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f319ab72-8f67-43cf-8b86-994c74207fbb', 'sale', 'tax', 'INV-2026-0090', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-15 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 15 XY 1510', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f60de494-7672-49c9-8ae6-041b72c48a6b', 'sale', 'tax', 'INV-2026-0109', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-04-25 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 48 XY 4524', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f63878dd-7612-4dc1-a657-6385a030044b', 'sale', 'tax', 'INV-2026-0039', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-05-09 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 02 XY 9699', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f84b9b23-7e07-449a-b498-ccd22413e0e7', 'sale', 'tax', 'INV-2026-0040', '95fa4fa7-e4f3-41eb-87eb-40cd3175b966', '2026-05-18 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 72 XY 1651', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fc70c781-f1ae-4e95-9ceb-8ab4e0e4bbc9', 'sale', 'tax', 'INV-2026-0117', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-07-05 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 45 XY 2943', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fd9f165c-cd2a-4a17-8cec-ffc526e3ac46', 'sale', 'tax', 'INV-2026-0084', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-09 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 15 XY 1510', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fdb2d430-67ca-4f7e-98ad-843ab4030345', 'sale', 'tax', 'INV-2026-0021', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-05-20 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'paid', NULL, 'TN 31 XY 2509', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ff56c52b-a139-45ce-8533-229c83f94cc2', 'sale', 'tax', 'INV-2026-0016', 'a9f20156-f1e5-46d2-98b2-37e8fccfdb9c', '2026-05-16 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'partial', NULL, 'TN 04 XY 9846', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ff72ee35-01cd-4dcf-b377-7ddf7e03107d', 'sale', 'tax', 'INV-2026-0105', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-05-14 00:26:34', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 12 XY 2407', NULL, '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', 'sale', 'tax', 'INV-2026-0031', 'af3d02af-a28f-4060-9ec1-2a2f7d782bbd', '2026-06-22 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 68 XY 3606', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bills` (`id`, `type`, `bill_class`, `bill_number`, `party_id`, `date`, `sub_total`, `discount_amount`, `tax_amount`, `round_off`, `total_amount`, `amount_paid`, `status`, `eway_bill_number`, `vehicle_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fff431bc-2a33-4bcf-963b-c2415fe95311', 'sale', 'tax', 'INV-2026-0001', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-05-21 00:26:33', '0.00', '0.00', '0.00', '0.00', '0.00', '0.00', 'unpaid', NULL, 'TN 12 XY 2407', NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: bill_items
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0144e4dc-434b-493f-9c90-baa13d55d8a8', '20714c7f-fe28-4318-8597-aa619b2224d6', 'be109b95-1b45-479e-b7e2-5dc98800f4dc', 'Matti', NULL, NULL, '101.00', '44.00', '0.00', '5.00', '4444.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('01f802fe-5fa1-491e-ba67-274be156b017', '76bec39f-1de8-414d-a7d4-9fe980c7e70a', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '56.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('021f3e75-bf94-43a6-973f-7702acccc77c', '9816e78b-3951-446c-9f5d-9beba02fcd64', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '50.00', '56.00', '0.00', '5.00', '2800.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('02c9cf46-e515-41ae-8fcf-52ba35dc96c7', '25140a05-c96b-4b38-b07d-7da3fb234fef', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '105.00', '42.00', '0.00', '18.00', '4410.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('034edd6b-c686-452d-9938-7e40b8139948', '2c9c163f-d25a-437c-ae80-0863e7417144', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '48.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('035ef676-555d-4376-9fce-5125e80fd36f', 'fd9f165c-cd2a-4a17-8cec-ffc526e3ac46', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '42.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0439ae24-e350-4666-a88f-5ebb46e45c8d', 'c5f90c03-14f7-49a0-9222-7b06678f9128', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '86.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0619be52-ef89-4714-beda-b197688f80b8', '79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', '3e00bf1e-c018-42f4-8fc1-d5ae6d111a38', 'Brake shoe', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('06712261-3ca7-48da-9188-8b92deb417cf', 'a82a0cf7-2dd2-4596-bfd4-b4873946bb5a', '9e393a98-936d-43ea-ad86-53f9dc234256', 'Moodi-2', NULL, NULL, '101.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('06747ab2-6995-4e9d-aa3d-0176502d6275', '9f9925f8-026c-4834-ab27-6a2f2e42e811', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '39.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('069c812b-2d53-40ed-9e2b-96f3a3318a12', '045465ea-e3e6-4e3e-877e-f51e3695b459', 'f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'Serattai', NULL, NULL, '82.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('084c9797-41db-4827-860c-f7ad85860ca9', '2a30ed5b-4b0e-44e6-b61b-19e75cc572ad', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '102.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('099352e7-232a-4ed5-8cfe-d4bc375edd5a', 'c13b39d5-4b35-47c2-805f-10e09db699d5', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '24.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0ac7f205-3950-44b6-9a6f-0e46f499ab63', 'a7bb3fa2-0ebd-42d9-9d55-235f1040fd17', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '33.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0b4a67a3-8efa-45f2-beeb-7ee1a00d2a4c', '20835c3c-9cbf-4891-b3a2-2694d5238e8a', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '102.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0b87529a-8720-4fdb-b42e-2a76fbb0fd6d', '81d048fb-73f5-427a-90dd-a111969e643f', '818e778a-c7c2-411c-a797-f32fded0cbba', 'Kadak', NULL, NULL, '72.00', '43.00', '0.00', '18.00', '3096.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0bf8f0bc-dc4c-477b-96d0-0b8e798d0c02', 'f60de494-7672-49c9-8ae6-041b72c48a6b', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '98.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0c2c64ba-d940-4949-9190-ec7a93392bae', '76bec39f-1de8-414d-a7d4-9fe980c7e70a', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '16.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0cd6920d-c151-4c1e-b4f4-b22985dbdc9b', 'cfdff5ae-0784-4fbf-a05c-2dc28c3c9dbe', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '65.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0e44d532-37e1-42f3-a9be-1eb5702a5de6', '3ed55931-eb43-4544-a391-8e8ce432ad45', '89c94811-7134-4f19-bbb3-92507a199cd5', 'Grade', NULL, NULL, '88.00', '50.00', '0.00', '18.00', '4400.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0e652e5f-0f7b-4847-a991-19b4bb733cac', '4308c87e-c192-4372-935e-084b2a0ae8f4', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '81.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0f1cbd70-d129-4fd7-8249-266d07ab3cbf', '2916a65c-7789-48a0-aac5-1f0827ff0b8e', '84913da7-707c-47d2-83b7-bd65350a5bd6', 'TV kadak', NULL, NULL, '66.00', '54.00', '0.00', '5.00', '3564.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0f4411c9-8242-4df0-8f02-27db361fe4ba', 'edacb994-be0f-4ce8-9898-0519f9fffa4b', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0fc80646-619c-4664-8ff8-148a15dc38bc', '3772b918-16cc-4c1e-baba-f7f40d623f96', 'da2c392e-1554-4260-9343-6d29141856d9', 'Grade', NULL, NULL, '24.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0fdc50e0-557f-458b-afb6-048d83a301a4', 'e057cefe-1718-4ba5-b209-62d9669e198d', 'f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'Serattai', NULL, NULL, '91.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('104ebc33-3f10-499a-ae9a-5b71a443df3a', 'ac53b63b-0d44-4a4c-93e1-27cb41c979b5', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '86.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('10782aae-d6e4-4b00-aca7-72d43ff86a0b', '49902db3-9511-449b-87ff-01537981b5ba', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '48.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('10c2ac89-6bbe-4f1f-8711-ec531af7dd03', 'e057cefe-1718-4ba5-b209-62d9669e198d', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '30.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1121b484-44ae-4d45-81c7-7bebaa69cdfe', '86a36ff5-c340-43d8-bef4-15d4cbf909bf', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '14.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('11427330-e468-420d-9d6b-29d2f32f4881', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '52.00', '56.00', '0.00', '5.00', '2912.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('114354d0-cd2d-4f92-b505-e8355df15dbc', 'cc073781-c42a-4ef3-8874-f8551ba9181d', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '105.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('11f354ce-fdeb-447d-b9cd-cdea2975b9ef', '18304e74-0118-43cd-b31b-054ca7140ef3', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '65.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('124f560a-c6c2-4e0e-aec4-2bbc08e720af', '607dfa2c-81f5-4b0b-b792-9ee4fa697f16', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '17.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('129c2015-2488-4575-89b0-643e11f4a5be', 'edacb994-be0f-4ce8-9898-0519f9fffa4b', '9e393a98-936d-43ea-ad86-53f9dc234256', 'Moodi-2', NULL, NULL, '67.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1343ab02-a864-42f8-b5dc-f2d6ee7a81e5', '772a5059-1486-47c5-9578-295007a7c3b5', '8e878c0c-5367-4e15-a3c8-c3621bc05db6', 'Beer Tin', NULL, NULL, '84.00', '42.00', '0.00', '5.00', '3528.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('13b6bfa7-785f-4ef9-8708-17def6e3887a', 'd2387d12-6872-40cd-b307-768e73684040', '51e9957f-f016-4f24-be24-cc9c46ed59f4', 'Copper Radiator', NULL, NULL, '86.00', '33.00', '0.00', '18.00', '2838.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('13efd653-87ed-44a3-87fd-2df895501907', '298ecf4f-366c-46ff-99e3-28849d9e4ee2', '8e878c0c-5367-4e15-a3c8-c3621bc05db6', 'Beer Tin', NULL, NULL, '51.00', '42.00', '0.00', '5.00', '2142.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('13f18533-8d41-4a2e-ac26-3c01547cc4fd', 'f63878dd-7612-4dc1-a657-6385a030044b', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '26.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1449fbe7-b641-4967-bdb3-8f556e8cd3e2', 'c2376c02-660a-404a-bf60-4a2feeb6ea6f', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '32.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('148d9a51-9de3-4b60-ae9e-3008fc543ead', '2c9c163f-d25a-437c-ae80-0863e7417144', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '50.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('14fa8fe8-f577-4edd-a369-06f9d6990d1f', '7a7f45d5-08fb-40ef-b380-8424341c7c46', 'e1819545-cb8b-4ea5-8dce-f7e640a9ce41', 'Crystal', NULL, NULL, '31.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('15abd1d2-bff2-4347-b15e-2df9a26bdd60', '41cff981-c64f-495b-a866-4b55d0c12657', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '80.00', '42.00', '0.00', '18.00', '3360.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('15c4547a-4434-404a-b004-21d1e1208502', '7424714d-26f5-4dfb-8365-0dcb860e39b8', '89c94811-7134-4f19-bbb3-92507a199cd5', 'Grade', NULL, NULL, '52.00', '50.00', '0.00', '18.00', '2600.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('15edd24a-0fd3-49f0-bd84-1a529c1952c4', 'e35630a2-6a70-40e2-afa0-8ff0ce37002e', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '54.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('15fae0d1-833e-46d7-91ac-cc6e65cf39a8', 'ba93e3af-6716-49a0-8d91-b14612e07223', '3d626f27-42bd-4be0-8a50-5551859a891f', 'PP', NULL, NULL, '45.00', '58.00', '0.00', '5.00', '2610.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('172582bf-2099-4ffd-a55a-e86c344bf8d5', 'eb50e9e1-dda6-4865-844e-44f735a8f6de', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('176d4c7c-e520-4ef9-ab54-94259f4fbbe1', '8c8681c3-6050-4df1-a917-3867d5b3d8fd', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '88.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('177a431f-f5ab-4756-af39-0250905f4921', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', '31150efd-7dac-42a4-9d4e-1b3c761a71fd', 'Newspaper', NULL, NULL, '75.00', '32.00', '0.00', '5.00', '2400.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1790686a-07c1-4ba2-885d-239a25954a15', '372a8530-e794-4669-835c-5c682c0bc00a', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '79.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('182b0fbb-1a00-486c-a95b-604704915557', '81d048fb-73f5-427a-90dd-a111969e643f', '55182dd4-a51e-45e6-bca9-891f9deba1e0', 'Food Paper', NULL, NULL, '91.00', '30.00', '0.00', '18.00', '2730.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18377417-d59b-43c2-b98f-84bba4488b88', '1fb66e5f-32b7-4765-bfb9-31dc9c9818f5', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '57.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18488c8b-f5c5-42f9-8d02-de40fe6f0ad6', '00f14d57-83ff-4bcb-bd5e-c20a120455ac', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '100.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('187e00e4-b560-475f-acfe-16e7ec9faa29', '2f455932-3a32-4218-8f87-944963f4e268', 'ca9c6f50-fdca-442f-a672-bf584d3d80bb', 'Aluminium', NULL, NULL, '105.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1a4249d6-c539-4448-84f4-ea862e419403', 'b88322ef-b8ad-4bd9-8d36-3a23b883f427', '8af15895-fc70-4ff6-811b-d27075f5b666', 'Tyre', NULL, NULL, '88.00', '62.00', '0.00', '5.00', '5456.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1c4f7ce1-a027-461b-bf3e-bde93df108d2', 'ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '58.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1d3c086e-2ba2-4137-9e51-e405b75b3d4b', '2916a65c-7789-48a0-aac5-1f0827ff0b8e', '34aceffb-6639-4ddc-b160-a2a145114032', 'Thanni Cover', NULL, NULL, '57.00', '59.00', '0.00', '18.00', '3363.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1d556665-020c-49b8-abe6-42067d9571b7', 'ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '77.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1d630fac-0c6e-443b-93c9-03a1b6ecef79', '4b329cd8-f35f-483a-acce-a3140cbf870e', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '10.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1e5f7124-3837-4d62-85b2-731a16b421e9', 'fd9f165c-cd2a-4a17-8cec-ffc526e3ac46', '9dbd8f4c-af42-4fdb-aed1-f00b4fbb3858', 'PVC', NULL, NULL, '83.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1e66d340-0ed0-4fcb-81f6-05b040f0674f', '00f14d57-83ff-4bcb-bd5e-c20a120455ac', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '27.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1ff53790-62a5-48a1-a1be-3a699ef80723', '16bf3d2a-dcfe-4d29-918b-a69b7b53daeb', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '38.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1ffe0adf-50b6-4841-898f-cb4db266671f', 'ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '77.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('20056ffc-c6cb-4f63-80e5-3300aec16811', '2ffb5a8f-634a-462a-a500-8c537fa4a2de', '50fabf4f-7d6e-4132-8253-e584bcbe14d0', 'SS', NULL, NULL, '41.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2096da25-4cfd-4d98-9b8d-e7c3cea88673', '18304e74-0118-43cd-b31b-054ca7140ef3', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '70.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('20fe605b-4e18-4dee-9113-815ae622b89e', '7424714d-26f5-4dfb-8365-0dcb860e39b8', '4d2e223d-bc67-4e29-b2ad-481805f4ba00', 'Thagaram', NULL, NULL, '66.00', '63.00', '0.00', '18.00', '4158.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('211e514f-7a30-4da5-82b1-5c8ff18824a0', 'e2ec0ed3-ac3c-4868-ba92-ecfc52389b51', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '61.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('21870f83-27c4-4a0c-ac21-c727b81c16d7', 'ebed3606-a692-41be-9d8d-acea5bf55151', '96920ad4-a06b-45d1-b6d0-1198e312e7d8', 'Udaiyal', NULL, NULL, '91.00', '28.00', '0.00', '5.00', '2548.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('21a4ad8d-fa9b-4388-8d16-5e9880b0c9b3', '546d40be-3ea1-462a-8eca-ffe275b3d0d2', 'b769bc6c-37a0-48d8-bad1-8d1fda896fa2', 'Attai', NULL, NULL, '50.00', '38.00', '0.00', '5.00', '1900.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('22267eb2-4c80-4849-83dc-4b2070fa3a54', '6b7ab46f-7b18-4bbf-9847-4988f62cd66c', '6475ca5b-4c2b-47c1-8a47-05922dfbbd12', 'MS', NULL, NULL, '62.00', '26.00', '0.00', '5.00', '1612.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('22362f7e-a9df-4142-a9f8-299507922632', 'bcb527ff-fc54-4e85-99f9-5c2809ac2413', '3e00bf1e-c018-42f4-8fc1-d5ae6d111a38', 'Brake shoe', NULL, NULL, '84.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('23a32893-010e-4eed-aa36-7eeff64735b3', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '67.00', '62.00', '0.00', '18.00', '4154.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('252e59b5-672c-488e-9e06-3d185f8e535e', '298ecf4f-366c-46ff-99e3-28849d9e4ee2', '5832d584-12c6-4f28-9cd5-4f1424a198c2', 'Paal Cover', NULL, NULL, '22.00', '52.00', '0.00', '18.00', '1144.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('256fb51c-6a66-4ae5-8fb7-0f02572fc3a1', 'cfdff5ae-0784-4fbf-a05c-2dc28c3c9dbe', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '39.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('26670173-aeca-4674-9e71-2e4477f672d6', '18304e74-0118-43cd-b31b-054ca7140ef3', 'b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', 'Bike', NULL, NULL, '94.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('26b9c867-dfce-424a-b234-c98bda2f6cc4', '00f14d57-83ff-4bcb-bd5e-c20a120455ac', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '45.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('26bc698f-4c30-4601-a974-e8aed6f11bff', '3753cd55-d40d-4c17-9c84-c9de6cafc16a', 'a14ad477-72c0-424a-a278-1d4696b208e3', 'Pithalai', NULL, NULL, '82.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('26c92cea-3525-4031-b4fa-1ff9e1f7e387', '7e1e43c7-7b00-4aae-8523-488f2839a3bf', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '50.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('26df6f55-d1df-4ad0-a98f-f3d3deaf32ba', 'd256d1d7-e8d7-4f33-9d79-109bae77f9d9', 'f319e7e2-bb59-451f-8d4c-a1260e2e4762', 'Moodi-2', NULL, NULL, '73.00', '20.00', '0.00', '18.00', '1460.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('28ecd54e-d839-4bab-8d75-b94ead1bf3ea', 'cc6ea8da-ebfb-40d5-bae2-efb5251421bb', '0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'Tube-Bike', NULL, NULL, '87.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2980b7b5-5a57-46a5-87bc-d1e1b472359c', '51a0cecd-b5a9-431a-a13d-700053a245ee', 'd7718846-b223-4475-92a2-f96266b0068a', 'BC', NULL, NULL, '51.00', '27.00', '0.00', '18.00', '1377.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('29c8661a-eb79-4122-89b3-b78d654a9c01', '112b6cee-51e8-4424-9aeb-1cde793d4fd0', 'b769bc6c-37a0-48d8-bad1-8d1fda896fa2', 'Attai', NULL, NULL, '71.00', '38.00', '0.00', '5.00', '2698.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2a7eb9b9-b1f9-409f-a10f-4337e42f5841', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '89c94811-7134-4f19-bbb3-92507a199cd5', 'Grade', NULL, NULL, '34.00', '50.00', '0.00', '18.00', '1700.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2bb5d400-3535-4e38-8c4e-32a0534e5f95', '1c98b4af-ab91-44ab-b232-255bda2cfd3f', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '57.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2bc4c6a5-1b7d-437d-bd27-2679e7e1217c', '50c88d54-3a44-45d0-b68b-c7998276c6b6', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '102.00', '42.00', '0.00', '18.00', '4284.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2bcd4a7c-a405-400b-bef1-8b6b5320db97', 'b65338ef-5a8c-4df0-8c0d-2a0ef8ebf218', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '71.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2bec2f85-a32c-46b3-8011-48239fa0d14b', 'b65338ef-5a8c-4df0-8c0d-2a0ef8ebf218', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '35.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2c217a3f-4799-45f6-bd43-1f2056dac8d3', '7e1e43c7-7b00-4aae-8523-488f2839a3bf', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '15.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2c958be7-a0b4-4b9b-8ffa-5da7617b75b0', '20714c7f-fe28-4318-8597-aa619b2224d6', '54622fd3-8b62-442c-bf8e-8f7384a866c9', 'Udha', NULL, NULL, '36.00', '18.00', '0.00', '18.00', '648.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2d1bdcdc-a99f-437f-ad14-4f4ae5f162d5', '1fb66e5f-32b7-4765-bfb9-31dc9c9818f5', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '77.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2d30c66a-ec11-43f5-93d8-d4096a5fea1f', '50c88d54-3a44-45d0-b68b-c7998276c6b6', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '14.00', '62.00', '0.00', '18.00', '868.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2d33686e-65d3-443f-9bbb-a3354c886c51', 'fff431bc-2a33-4bcf-963b-c2415fe95311', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '14.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2dec1b94-d905-4534-b4c2-773b96a294e7', '8228a310-56f2-4c92-89fe-6f5d9b71891e', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2e135d82-9f82-42fc-91fa-37db9ae885df', 'eb50e9e1-dda6-4865-844e-44f735a8f6de', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '108.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2e3f5776-3ef7-477a-95d6-528df48eef4f', '24af123b-9e01-4c3f-b6ea-410c48325ec3', 'da2c392e-1554-4260-9343-6d29141856d9', 'Grade', NULL, NULL, '52.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2e569347-e245-408b-8388-b38b06028921', 'eb50e9e1-dda6-4865-844e-44f735a8f6de', 'e1819545-cb8b-4ea5-8dce-f7e640a9ce41', 'Crystal', NULL, NULL, '10.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2fa0dc5f-c349-4de6-aeac-07726713418d', '4850b002-c7ab-4c15-87f4-57923851ab94', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '60.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2fbd4762-4cd5-4834-9ed3-268450468e4f', '8228a310-56f2-4c92-89fe-6f5d9b71891e', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '32.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2fca6c45-530b-4efa-9001-1453c4492956', '383d7221-a87e-4a1d-93c0-899bb1e77508', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '71.00', '55.00', '0.00', '5.00', '3905.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2ff4a281-af82-44bf-915f-d08797044236', '6ca1ad81-963a-4e48-8390-1911abe29045', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '69.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('31c38b79-e095-4023-98e1-2ae30fc52dae', '24af123b-9e01-4c3f-b6ea-410c48325ec3', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '64.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('32dd2e6a-890a-4408-970d-f70ce29140d0', '7a26b25b-c31d-4cc4-a655-ab338b2880da', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '64.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3340e1cb-6ffc-4328-9d6a-708278c56d47', '2ee233c8-4e88-4007-ad89-bff4a8894319', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '10.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('33be72e2-08ae-40d3-81f4-b709bf74aeab', 'ab9cdf85-27ac-4dc4-8561-76a5d9a1cd3d', 'd7718846-b223-4475-92a2-f96266b0068a', 'BC', NULL, NULL, '93.00', '27.00', '0.00', '18.00', '2511.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('342ea605-65ba-4241-aac6-778cc14650f1', '4ee89f1d-b37d-4399-acc5-45e4c0c8f683', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '17.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('350f08b7-e322-4e0d-b284-624175e7d383', 'ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '54.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('35969a5e-7924-480b-a7c6-0b01601c38c4', '81d048fb-73f5-427a-90dd-a111969e643f', '3d626f27-42bd-4be0-8a50-5551859a891f', 'PP', NULL, NULL, '65.00', '58.00', '0.00', '5.00', '3770.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3606c46c-5e79-4db7-acec-d99b1ab799f8', '045465ea-e3e6-4e3e-877e-f51e3695b459', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '40.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3612ea3f-0082-4fd4-820f-d8fc63e9f709', 'ebed3606-a692-41be-9d8d-acea5bf55151', 'e018c84e-7b1c-453a-99e8-afd2bfe0250e', 'Chinna Battery', NULL, NULL, '48.00', '58.00', '0.00', '18.00', '2784.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3687cea1-06c3-423f-a45d-15fba7f1b00e', '2916a65c-7789-48a0-aac5-1f0827ff0b8e', 'be109b95-1b45-479e-b7e2-5dc98800f4dc', 'Matti', NULL, NULL, '19.00', '44.00', '0.00', '5.00', '836.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('37026603-6955-4607-b782-99c87a5152bc', '292e5641-29a5-4497-b4aa-9f86a1f06c7c', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '18.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('371ec6a0-c85c-4eff-ac08-82b96cc121c5', '3753cd55-d40d-4c17-9c84-c9de6cafc16a', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '78.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('377556bf-9b7e-4a86-b676-c2e88dcbab51', 'c4b217fc-6cba-4dcd-b5f3-37d172b5e28a', '8ae8a67b-b300-44c5-b92a-f8ba98f3a6f1', 'Tube-Bike', NULL, NULL, '90.00', '53.00', '0.00', '18.00', '4770.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('377714d3-0139-48f4-943d-e322eabdb89e', '64b5c3a6-c150-4c6d-983a-12ab5b4cdad0', 'be109b95-1b45-479e-b7e2-5dc98800f4dc', 'Matti', NULL, NULL, '45.00', '44.00', '0.00', '5.00', '1980.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('37c14091-583b-4bdb-a06a-1f6d74d5b682', 'c13b39d5-4b35-47c2-805f-10e09db699d5', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '88.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3807b998-94d4-4371-ac82-775a03499e92', '76bec39f-1de8-414d-a7d4-9fe980c7e70a', 'f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'Serattai', NULL, NULL, '35.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3868d040-225a-4355-bba2-7b0cb7d09942', 'e97a0373-ec2f-4b42-ad19-188e0f3bc03a', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '49.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('387e8e72-c6b8-4408-9f65-94a1ed68e36c', 'cc6ea8da-ebfb-40d5-bae2-efb5251421bb', '848ee0b2-2027-47f8-9e47-670dfc1fa48b', 'VMS', NULL, NULL, '19.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('387ea0ca-bebe-4c92-9405-967e77274c9f', '81d048fb-73f5-427a-90dd-a111969e643f', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '58.00', '62.00', '0.00', '18.00', '3596.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3adbddd4-3c9e-4b68-a8b4-3a36d85e1896', 'd87b77f6-2bf5-445e-97e2-e53be81c05b0', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '84.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3b5fe24f-4f0e-4596-a28e-dbd053254cb2', 'c4a3ea30-827e-441f-9210-b3e730b16f91', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '54.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3b6eaeef-e742-4347-8f93-f89440392484', '9816e78b-3951-446c-9f5d-9beba02fcd64', '1732a9e6-0eed-45ab-af42-42a7632218e7', 'Mixy Kadak', NULL, NULL, '68.00', '36.00', '0.00', '5.00', '2448.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3b9c8d90-f440-46ce-8b16-431f27fb5784', '0db78f51-59b4-4273-9fbf-afc88dad1238', '848ee0b2-2027-47f8-9e47-670dfc1fa48b', 'VMS', NULL, NULL, '50.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3c22a846-0b08-4249-91df-8c2bc78edd9a', '6775e5a9-9af9-4c7a-8762-c1a2d8949fca', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '34.00', '55.00', '0.00', '5.00', '1870.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3c352e3c-9567-4fde-92b3-7d3a3b3ce79d', '904c69c0-5654-4729-8c37-40a7fe8c3314', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '29.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3c54065d-4f5b-4007-9710-20b389cc69bd', '76998c17-c189-45c9-955e-7f3a8f526771', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '49.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3cad2491-b164-408e-a935-fd9a8825124c', '4b329cd8-f35f-483a-acce-a3140cbf870e', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '56.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3cf5b855-1cd8-4298-a061-d6782fd0ccc9', '3fdb3a18-1e0c-4c07-b462-31661193eee0', '823c4798-cfa7-412e-992f-3a23a9d15cd0', 'Eeya kindu', NULL, NULL, '102.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3d18950c-9676-4a71-8ec4-601ff1ce0b17', 'bcb527ff-fc54-4e85-99f9-5c2809ac2413', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '58.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3de69519-f93c-445f-8b7e-fce3cfb09ebc', '3f640636-4b61-465f-bedc-8b2daf76ce2b', '3d626f27-42bd-4be0-8a50-5551859a891f', 'PP', NULL, NULL, '61.00', '58.00', '0.00', '5.00', '3538.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3e814335-8313-493e-b3d7-0e04a8d2fc51', '8f3022ed-761e-4515-9a3f-dfc56e747a42', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '51.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3eef7af8-f314-4610-bbc1-aa6a197165e0', '1aab8ef0-d523-407e-947d-fac6221ee063', '837dcc49-f251-4ff0-b9b0-627247279d92', 'Door PVC', NULL, NULL, '24.00', '21.00', '0.00', '18.00', '504.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3ef55a26-a181-47f0-8a76-bfbb165eeb6c', 'ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', 'ca9c6f50-fdca-442f-a672-bf584d3d80bb', 'Aluminium', NULL, NULL, '28.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3fa8b50c-c7a7-4f45-a46a-4b8d0b1e520e', '974649b5-bfad-4b82-ae35-06d97085db7e', '0bda1fb6-1a9c-45ec-9e8b-971e2a04105f', 'Periya Battery', NULL, NULL, '15.00', '37.00', '0.00', '5.00', '555.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('403963c7-abee-4394-a1cb-0e0ff287c280', 'c96d8435-4a93-4386-bb58-4c0a0388790b', '51e9957f-f016-4f24-be24-cc9c46ed59f4', 'Copper Radiator', NULL, NULL, '85.00', '33.00', '0.00', '18.00', '2805.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('415cc496-b185-47fa-b52a-9f62586008ec', '8301e8e8-5f08-4074-abde-28013641fd2c', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '90.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('416eef80-dd01-4a15-8ccd-f9fc0ee63a6f', 'cae151e7-fa0a-482a-9ae9-3ac7b71c583d', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '109.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4235aa18-b7e2-42be-bee5-8476682b335e', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '061dfbb5-720d-43af-96fb-2955c70bc685', 'Syntex', NULL, NULL, '43.00', '16.00', '0.00', '18.00', '688.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4354180e-e099-4716-9626-e41fd21358a6', 'ff72ee35-01cd-4dcf-b377-7ddf7e03107d', '823c4798-cfa7-412e-992f-3a23a9d15cd0', 'Eeya kindu', NULL, NULL, '31.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('435ca14d-2752-45d9-83a5-37ed272a94d7', '76bec39f-1de8-414d-a7d4-9fe980c7e70a', 'e1819545-cb8b-4ea5-8dce-f7e640a9ce41', 'Crystal', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4380bfbf-5ec9-4624-b17b-d8365b548cb0', 'e97a0373-ec2f-4b42-ad19-188e0f3bc03a', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '72.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('43b890bb-8611-4733-900f-9ba490315270', 'c2376c02-660a-404a-bf60-4a2feeb6ea6f', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '98.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('43d51399-c874-491c-9961-5711992b10f2', 'edacb994-be0f-4ce8-9898-0519f9fffa4b', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '32.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4425c45d-0402-4fb8-b40f-5ddd94e779a2', 'dba2ed22-bc76-403d-94af-f25058d18284', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '74.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4453f287-3d02-43ee-a0a2-b8ed660ce425', '488e51e8-d5dd-4e82-a987-a1aec321d5a4', 'b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', 'Bike', NULL, NULL, '24.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('44a4e0eb-e0cc-4a90-abf3-2d8d5f818dcf', 'd60dcea8-5398-4e8c-a8dd-1137c28482c4', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '93.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('44b8998e-48d9-4918-aed3-7ee6602340ea', '4850b002-c7ab-4c15-87f4-57923851ab94', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '89.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('45bcf26c-f9f9-4317-b73a-83c3b6329db9', '9eef7770-d93c-4a05-a322-f07b6ad30613', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '56.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('467d88e2-ec44-4950-8216-49dc9cb4fa76', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '4d4dca4d-3ef1-4610-b910-f652ba109c1b', 'Serattai', NULL, NULL, '81.00', '30.00', '0.00', '18.00', '2430.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('46889562-4768-48b4-b460-038c8e8d5d49', '4308c87e-c192-4372-935e-084b2a0ae8f4', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '95.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('46954512-130c-4092-9f62-92f185d62532', 'cc6ea8da-ebfb-40d5-bae2-efb5251421bb', 'da2c392e-1554-4260-9343-6d29141856d9', 'Grade', NULL, NULL, '79.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4744334e-d80a-4876-9e4c-6a88831fc82e', '2c52ad76-efe0-44ad-ae28-ae9db62a8eb8', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '99.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('47e81cad-63b4-41d4-956d-5d1babc03eb2', 'ebed3606-a692-41be-9d8d-acea5bf55151', '51e9957f-f016-4f24-be24-cc9c46ed59f4', 'Copper Radiator', NULL, NULL, '88.00', '33.00', '0.00', '18.00', '2904.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('48d6ec55-7dfb-4b4e-9e58-03ad2d0cc3e7', 'fff431bc-2a33-4bcf-963b-c2415fe95311', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '103.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('48f39fd2-8d94-495d-af3e-f501abac28e4', '8c8681c3-6050-4df1-a917-3867d5b3d8fd', 'd3abde56-4801-44de-9209-56874148d86a', 'Bed', NULL, NULL, '20.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4904abe5-2ed6-418f-89c1-83b952a854db', 'dba2ed22-bc76-403d-94af-f25058d18284', 'a14ad477-72c0-424a-a278-1d4696b208e3', 'Pithalai', NULL, NULL, '82.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('492aee48-17ef-40f1-8d25-f64d1706dbf7', 'bd53f73e-a0c6-47e3-8105-0df5a870b7ff', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '33.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a3ca4f3-2a3e-47f7-933e-7c086e769774', 'ff72ee35-01cd-4dcf-b377-7ddf7e03107d', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '22.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a7ec2bb-3487-4a7c-97f5-e2965572728d', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', '95c8e4a8-fe9a-433d-a21f-054d2c67a5de', 'Copper', NULL, NULL, '29.00', '29.00', '0.00', '18.00', '841.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a8d2ee7-ee97-4e56-81a6-a66bd35af9bd', 'c270bf06-6c33-4a07-bcd0-a307534797b5', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '62.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a95afad-7ace-45b6-9286-2650aca0da7f', '94b2d12d-4e05-4f6d-922f-73d7e6a72d29', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '57.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4ab4fb2c-5843-40b4-a10f-5ec5443fd88c', 'e057cefe-1718-4ba5-b209-62d9669e198d', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '37.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4ace3905-e699-4a84-896f-b28867c7283a', 'c4a3ea30-827e-441f-9210-b3e730b16f91', '3e00bf1e-c018-42f4-8fc1-d5ae6d111a38', 'Brake shoe', NULL, NULL, '24.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4b108605-6b5e-45f0-a546-70b5d5661e18', '3ed55931-eb43-4544-a391-8e8ce432ad45', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '95.00', '56.00', '0.00', '5.00', '5320.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4b6e6bf7-4737-419f-be0b-3f2357ad411f', '2ee233c8-4e88-4007-ad89-bff4a8894319', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '50.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4bbda312-69d7-4c75-9cb3-09c0545212c0', '95ad9be5-5682-4cee-8c4c-34472b15fbaf', '1732a9e6-0eed-45ab-af42-42a7632218e7', 'Mixy Kadak', NULL, NULL, '27.00', '36.00', '0.00', '5.00', '972.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4bd4a1e9-3744-49a2-a0ef-23df13249c6d', '55c293b0-d4ca-4df1-b89f-d390fdd94404', 'b30ba819-e99e-4929-a063-c93bb8fd34a4', 'Battery', NULL, NULL, '55.00', '35.00', '0.00', '5.00', '1925.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4bd691ee-1a9d-403d-bfe8-a11845e178d5', 'e9ab4964-4e85-4d49-83a3-a171e6cb46ae', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '44.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4c278710-3444-4341-a37b-27e07e5615ca', '51a0cecd-b5a9-431a-a13d-700053a245ee', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '78.00', '62.00', '0.00', '18.00', '4836.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4c54f831-e55f-4a28-89d0-b559d7a633e8', 'afd4f92a-0f5f-4974-b8e7-35410de3d701', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4cfd8795-f26f-41e4-92d1-e2f0d60ace4e', '112b6cee-51e8-4424-9aeb-1cde793d4fd0', '4d4dca4d-3ef1-4610-b910-f652ba109c1b', 'Serattai', NULL, NULL, '79.00', '30.00', '0.00', '18.00', '2370.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4da07129-b58f-43f8-b757-886f096bd43f', '4ee89f1d-b37d-4399-acc5-45e4c0c8f683', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '109.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4e1bf334-6031-45e5-a211-ed76a4a5ba84', '9f9925f8-026c-4834-ab27-6a2f2e42e811', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '54.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4f5e84d6-aedd-422b-84a9-12c25b702bfb', '4308c87e-c192-4372-935e-084b2a0ae8f4', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '12.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5009f5c3-4085-4c40-aa41-8c1cdc769510', '24d20977-00c4-490c-b382-1a23b4cc60f8', '0d5d7405-af01-47cf-b174-c94006bdd8b4', 'Udha-Vellai', NULL, NULL, '26.00', '30.00', '0.00', '5.00', '780.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5012e71b-e9f5-40d9-b834-f7f7840d216f', '298ecf4f-366c-46ff-99e3-28849d9e4ee2', '8196dca5-60fb-42fc-93ca-2ed9e8746002', 'Aluminium Radiator', NULL, NULL, '31.00', '38.00', '0.00', '5.00', '1178.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('507bcb2e-779c-4759-8b20-2acc69558777', '49902db3-9511-449b-87ff-01537981b5ba', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '108.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('50c8aef3-a16b-4954-b25d-7f75335d5a01', 'e97a0373-ec2f-4b42-ad19-188e0f3bc03a', '823c4798-cfa7-412e-992f-3a23a9d15cd0', 'Eeya kindu', NULL, NULL, '31.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('51bf107a-db0c-4259-b55d-e697cbe7e05d', '488e51e8-d5dd-4e82-a987-a1aec321d5a4', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '16.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('51fec069-c2d5-4f86-a456-551fd8b708d1', 'de85d80b-2e7d-4254-8d2e-07978f5cd61b', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '73.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('531db66c-0091-44cd-a52a-334e759d1eac', '86c56474-ddd1-4b76-b444-1e07e9bc3e49', '061dfbb5-720d-43af-96fb-2955c70bc685', 'Syntex', NULL, NULL, '72.00', '16.00', '0.00', '18.00', '1152.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5345201f-0066-4416-ba72-d9a582867165', '3753cd55-d40d-4c17-9c84-c9de6cafc16a', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '102.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('54730dda-241a-4e74-855c-be004699c418', '41cff981-c64f-495b-a866-4b55d0c12657', '54622fd3-8b62-442c-bf8e-8f7384a866c9', 'Udha', NULL, NULL, '81.00', '18.00', '0.00', '18.00', '1458.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5485fe5f-c88e-4a95-b051-e80f352c6b70', 'c4f58ceb-d681-436f-96ab-f647c8cbef60', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '67.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5561e01b-da66-4f3f-94a3-26389a26421e', '4b157140-5dbc-4021-8d97-0cd4f911063a', '9dbd8f4c-af42-4fdb-aed1-f00b4fbb3858', 'PVC', NULL, NULL, '76.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5616200c-8238-429a-900a-bfa0cc84ab0d', 'e35630a2-6a70-40e2-afa0-8ff0ce37002e', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '28.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('566fc893-1c9d-4526-bb30-f2ffd0456045', '0db78f51-59b4-4273-9fbf-afc88dad1238', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '82.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('56749358-f945-4292-bacf-2b52f2525da6', '24af123b-9e01-4c3f-b6ea-410c48325ec3', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '80.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('56fd3df7-b21b-4e48-ac04-f9ee44b58c37', '00f14d57-83ff-4bcb-bd5e-c20a120455ac', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '101.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('578b430b-f0a1-450b-bab2-5a4b47eaa66a', '261078ba-007c-4516-8e54-c2066d80878d', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5815740d-b5be-4ec3-9981-545901c0f447', '7a26b25b-c31d-4cc4-a655-ab338b2880da', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '108.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('58692095-e93b-4425-a010-01ed3bb5fc24', 'f00baa4e-866c-412c-b90a-21c7bf7452a8', 'be109b95-1b45-479e-b7e2-5dc98800f4dc', 'Matti', NULL, NULL, '15.00', '44.00', '0.00', '5.00', '660.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('58bd381a-2a14-4503-8b9e-306f6adc53f8', 'd73a57f3-dba8-484e-85e6-1fd4858f05c6', '9493fa8e-d794-4686-a728-8dafeeb9a692', 'Udha-Vellai', NULL, NULL, '99.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('59564698-30f2-4b4f-9707-1341c8f0bf22', 'f00baa4e-866c-412c-b90a-21c7bf7452a8', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '64.00', '42.00', '0.00', '18.00', '2688.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('595c38f5-8121-461f-b8e6-d8ba210b98bb', '86a36ff5-c340-43d8-bef4-15d4cbf909bf', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '11.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('59aea37b-cc4f-4cc6-8832-79bb6033be29', 'ba93e3af-6716-49a0-8d91-b14612e07223', '5b4ff90c-850a-4ab7-bf7c-b47f80f859af', 'Pithalai', NULL, NULL, '83.00', '59.00', '0.00', '18.00', '4897.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5a0be7ff-940a-455d-bdfb-166ef4e0a3a3', '51a0cecd-b5a9-431a-a13d-700053a245ee', '96920ad4-a06b-45d1-b6d0-1198e312e7d8', 'Udaiyal', NULL, NULL, '19.00', '28.00', '0.00', '5.00', '532.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5ac54bb0-212e-4113-b2e9-b48e2c1dbf6e', 'afd4f92a-0f5f-4974-b8e7-35410de3d701', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '39.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5c80b298-e165-4110-a156-c1e6d736da0e', '3ed55931-eb43-4544-a391-8e8ce432ad45', '95c8e4a8-fe9a-433d-a21f-054d2c67a5de', 'Copper', NULL, NULL, '97.00', '29.00', '0.00', '18.00', '2813.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5c8dc76f-4b12-44e5-86d9-fa9f844daa96', 'c5f90c03-14f7-49a0-9222-7b06678f9128', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '33.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5cd78c3d-a847-46a3-a886-61c17a5d622d', '6ca1ad81-963a-4e48-8390-1911abe29045', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '59.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5e287dbf-3401-4a1b-bb01-c29943babee5', 'b3095450-a725-4909-91da-612224482aec', 'd7718846-b223-4475-92a2-f96266b0068a', 'BC', NULL, NULL, '46.00', '27.00', '0.00', '18.00', '1242.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5e671a84-d52c-4f5f-8a21-822089a6cb05', '2c9c163f-d25a-437c-ae80-0863e7417144', '823c4798-cfa7-412e-992f-3a23a9d15cd0', 'Eeya kindu', NULL, NULL, '56.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5e890bb6-3fc5-4ba7-94ef-6795f485ffeb', '645efeac-ae96-4dc7-8ca0-e2306841eef6', '96920ad4-a06b-45d1-b6d0-1198e312e7d8', 'Udaiyal', NULL, NULL, '78.00', '28.00', '0.00', '5.00', '2184.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5f1b2d66-8a92-488c-9b1a-03fe5389e3a9', '9da8c19e-21a0-4de0-afd9-9547c852f0e3', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '106.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5f8e3571-e5bc-47c7-b58a-5ab459ba89d3', '4a348600-4a39-422e-ae42-187bd8809f50', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '40.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5fa677c7-3c96-453e-b135-31b99ec0b6eb', '2c9c163f-d25a-437c-ae80-0863e7417144', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '107.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5fe4c939-e662-4107-8956-0339ea541de0', '51a0cecd-b5a9-431a-a13d-700053a245ee', '818e778a-c7c2-411c-a797-f32fded0cbba', 'Kadak', NULL, NULL, '69.00', '43.00', '0.00', '18.00', '2967.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('616d5ef7-17b5-47af-9f48-2757cd70f978', '2a30ed5b-4b0e-44e6-b61b-19e75cc572ad', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '32.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('616ee825-1bd2-406a-ae49-339e088a038a', '7a7f45d5-08fb-40ef-b380-8424341c7c46', '3f454755-a724-475f-b1ee-da42744567ef', 'Note', NULL, NULL, '84.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('61b48e95-3447-430b-abe1-5ca090990d33', 'eb6936a3-f804-4beb-b92d-db4c66679b8d', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '84.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('62d2c28b-9367-454b-a521-47c7a0961ed7', '2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', 'd3abde56-4801-44de-9209-56874148d86a', 'Bed', NULL, NULL, '55.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6301106d-1ac0-4c61-b12e-efa2010982d1', 'fff431bc-2a33-4bcf-963b-c2415fe95311', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '41.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6617e769-f087-49bc-8188-0e6bd2ba34d5', '18304e74-0118-43cd-b31b-054ca7140ef3', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '105.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('66264a7d-f265-4140-8355-1d8b5537b076', '2c52ad76-efe0-44ad-ae28-ae9db62a8eb8', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '73.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('664b5c3c-38a5-4c2c-b6a6-f1dcca878e4c', 'dba2ed22-bc76-403d-94af-f25058d18284', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '55.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('66652d14-1a7c-42e9-a7f1-f8c9addc8c6b', 'aef370a1-15e2-427a-bba8-e7062d9c700f', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '92.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('668b06bb-f4c0-4dff-982d-d85e251d3103', 'bcb527ff-fc54-4e85-99f9-5c2809ac2413', '9493fa8e-d794-4686-a728-8dafeeb9a692', 'Udha-Vellai', NULL, NULL, '98.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('66bf6b4a-cf20-48ab-8b5d-60922a7cb66a', '79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '84.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('66dd6c44-835b-46d0-a5b0-85e4f7c195c3', '20835c3c-9cbf-4891-b3a2-2694d5238e8a', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '35.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6721bcdb-1336-4cce-bc71-f94e34e1b9c1', 'a7bb3fa2-0ebd-42d9-9d55-235f1040fd17', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '22.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('67a5d69c-5f71-4ca4-bf02-86b54cd8b89b', '00f14d57-83ff-4bcb-bd5e-c20a120455ac', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '92.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('67ac04fd-171e-4200-8e36-4e0bc6b88aa1', 'a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', '0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'Tube-Bike', NULL, NULL, '40.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('682d0216-614c-4e01-97db-d20b90002d66', '2916a65c-7789-48a0-aac5-1f0827ff0b8e', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '55.00', '56.00', '0.00', '5.00', '3080.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6852c47b-5b83-43a9-ab6e-9bc33577a1cf', '6b7ab46f-7b18-4bbf-9847-4988f62cd66c', '9250761b-4666-48d0-a500-9183e1f3dba5', 'VMS', NULL, NULL, '77.00', '27.00', '0.00', '18.00', '2079.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6874503d-d148-4891-94a4-eacd0a39cd32', 'e2ec0ed3-ac3c-4868-ba92-ecfc52389b51', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '86.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6919032c-d677-413f-9a3c-f6041205b576', 'e9ab4964-4e85-4d49-83a3-a171e6cb46ae', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '69.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('69986a09-5af4-4ce6-ad7c-7766dad9cbd0', '904c69c0-5654-4729-8c37-40a7fe8c3314', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('69d7791b-6921-460d-921f-6ae442754365', 'f84b9b23-7e07-449a-b498-ccd22413e0e7', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '100.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('69ed04e4-b170-4c1d-874e-ce15497edf3f', 'ba93e3af-6716-49a0-8d91-b14612e07223', '4d2e223d-bc67-4e29-b2ad-481805f4ba00', 'Thagaram', NULL, NULL, '85.00', '63.00', '0.00', '18.00', '5355.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('69f72873-8363-4e9b-a138-3220f7e17b99', '43add38d-e3d8-463b-88d6-70ea969d6893', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '80.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6a24c761-0f53-4fcd-8f8e-2c4cbf4b075d', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '9250761b-4666-48d0-a500-9183e1f3dba5', 'VMS', NULL, NULL, '30.00', '27.00', '0.00', '18.00', '810.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6ae26f20-4aee-43f5-8740-4698800899b0', 'e9180e51-c374-4240-ad5e-1e2f1c9bae62', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '85.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6b3b7b4c-9bde-422b-b4b5-80638d45ac8b', '16bf3d2a-dcfe-4d29-918b-a69b7b53daeb', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '71.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6c2fa325-d9aa-4917-9350-b0f82cb6b524', 'ff72ee35-01cd-4dcf-b377-7ddf7e03107d', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '56.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6c9c9c54-9ec2-4c79-926e-ea5893ee55cd', '3a254550-af30-47ba-90f7-30e24903cdd8', '95c8e4a8-fe9a-433d-a21f-054d2c67a5de', 'Copper', NULL, NULL, '104.00', '29.00', '0.00', '18.00', '3016.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6ce3a11e-1d11-4012-ba1e-b8b050b04b12', '43add38d-e3d8-463b-88d6-70ea969d6893', 'e1819545-cb8b-4ea5-8dce-f7e640a9ce41', 'Crystal', NULL, NULL, '39.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6db1b060-7df9-40d4-a047-096917bd85a7', 'a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '16.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6dc8677f-5e49-40f0-b84c-8e5b6ac9f236', '50c88d54-3a44-45d0-b68b-c7998276c6b6', '54622fd3-8b62-442c-bf8e-8f7384a866c9', 'Udha', NULL, NULL, '52.00', '18.00', '0.00', '18.00', '936.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6dd681f9-ab38-40e7-82db-eae0d2ea57ee', '86a36ff5-c340-43d8-bef4-15d4cbf909bf', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '40.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6e59ed8c-dc6b-41ec-9063-79137d4a3b2b', '383d7221-a87e-4a1d-93c0-899bb1e77508', '0bda1fb6-1a9c-45ec-9e8b-971e2a04105f', 'Periya Battery', NULL, NULL, '75.00', '37.00', '0.00', '5.00', '2775.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6eba09dd-aa5d-4508-8204-0241fd39cfd4', 'c2376c02-660a-404a-bf60-4a2feeb6ea6f', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '75.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6ebe76f9-60aa-4c3b-80e8-5c2d980d3e53', 'cc6ea8da-ebfb-40d5-bae2-efb5251421bb', '9493fa8e-d794-4686-a728-8dafeeb9a692', 'Udha-Vellai', NULL, NULL, '30.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6f08de11-b495-4a8b-981c-597c834f637a', '2f628d10-48d3-44ad-92eb-d8b482efea49', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6f250b39-5aea-45eb-a709-dd62f57e0b5b', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '441a31ad-5d28-4dbc-9d79-4b68ad54721a', 'Brake shoe', NULL, NULL, '93.00', '31.00', '0.00', '18.00', '2883.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6f38bed6-7f63-4f5f-96b8-e365946dbccd', 'd60dcea8-5398-4e8c-a8dd-1137c28482c4', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '13.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('707a2e31-ac59-49d0-a6c0-877c5d0fe9ee', 'ba93e3af-6716-49a0-8d91-b14612e07223', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '83.00', '62.00', '0.00', '18.00', '5146.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('70e03044-3cce-4734-bbd9-845617943958', 'e60a082f-c192-49aa-b6da-c77a1421176b', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '16.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7159b62a-d92a-4b35-b63a-25186e659b40', 'b4580712-04c0-4832-9f8f-4a45c06873a7', '3d626f27-42bd-4be0-8a50-5551859a891f', 'PP', NULL, NULL, '106.00', '58.00', '0.00', '5.00', '6148.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('718d9ced-c0a4-4891-8df8-a9c759c76f24', 'eb6936a3-f804-4beb-b92d-db4c66679b8d', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '30.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('71fc7294-5b70-447e-9b42-61b6987b6405', '4de61e3a-cc31-499d-bddc-f40e92387281', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '57.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('729355cc-9718-4122-acea-5c376279dd5f', '79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '21.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('739c70a1-0892-4418-94ee-8793b09786f1', '7a7f45d5-08fb-40ef-b380-8424341c7c46', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '109.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('73a67d9e-2365-4cc2-8f92-edc85634a7e7', '904c69c0-5654-4729-8c37-40a7fe8c3314', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7443a23b-f8fd-4f19-b216-cb55474bd904', '2963ca45-1415-465d-8c5b-51d7fd725d9c', 'dc1c14f4-b10a-4fc8-839f-ae164b82e015', 'Tube-Cycle', NULL, NULL, '89.00', '61.00', '0.00', '18.00', '5429.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7651c05a-64ff-4880-89de-e1ac9acdd737', 'dcf76cad-775f-4b97-b6d7-3e5ed568b890', '061dfbb5-720d-43af-96fb-2955c70bc685', 'Syntex', NULL, NULL, '22.00', '16.00', '0.00', '18.00', '352.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7665b374-62f8-48c4-98df-d677fa2ac889', 'd2387d12-6872-40cd-b307-768e73684040', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '78.00', '55.00', '0.00', '5.00', '4290.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('76712760-191f-4783-878c-c0ec152ed03e', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', 'd7718846-b223-4475-92a2-f96266b0068a', 'BC', NULL, NULL, '92.00', '27.00', '0.00', '18.00', '2484.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('76ed7543-a722-4c7d-80f3-23d3f65df148', 'ff56c52b-a139-45ce-8533-229c83f94cc2', '50fabf4f-7d6e-4132-8253-e584bcbe14d0', 'SS', NULL, NULL, '106.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('77d32b36-8fe6-423a-8e8b-5bbe90b5039b', '261078ba-007c-4516-8e54-c2066d80878d', 'a14ad477-72c0-424a-a278-1d4696b208e3', 'Pithalai', NULL, NULL, '103.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('77e73d55-dd38-4329-bd03-750bc93ef252', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', '9f269cab-f05c-4917-a0fa-5f46f93d5acb', 'Eeya kindu', NULL, NULL, '31.00', '35.00', '0.00', '5.00', '1085.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('792d4eb6-4c85-42e5-a6dd-4b69bf564111', 'aef370a1-15e2-427a-bba8-e7062d9c700f', '0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'Tube-Bike', NULL, NULL, '80.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('794e2986-242e-4958-8631-0dd9f620ba1b', '24af123b-9e01-4c3f-b6ea-410c48325ec3', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '27.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('79b587c5-00ac-4d7e-af03-dd2046d65185', '4ee89f1d-b37d-4399-acc5-45e4c0c8f683', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '95.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7a733e08-509c-47b0-9aae-f0ba68905d90', '607dfa2c-81f5-4b0b-b792-9ee4fa697f16', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '62.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7a940f26-26cb-4c45-9ae2-7941c306ca59', '607dfa2c-81f5-4b0b-b792-9ee4fa697f16', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '42.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7ae50ef6-655e-4d6a-bdae-1ef91b99e9b2', '2963ca45-1415-465d-8c5b-51d7fd725d9c', '1732a9e6-0eed-45ab-af42-42a7632218e7', 'Mixy Kadak', NULL, NULL, '72.00', '36.00', '0.00', '5.00', '2592.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7ba246b0-b6a3-4c10-ac04-8a268d946305', '2dbe9a17-c452-45d5-8aa7-55d32066a7f0', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '14.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7c0bdb52-4076-4b7c-a2b7-847062088665', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', '837dcc49-f251-4ff0-b9b0-627247279d92', 'Door PVC', NULL, NULL, '38.00', '21.00', '0.00', '18.00', '798.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7cd75501-10bf-4e8e-8d81-535e10100c33', '4b329cd8-f35f-483a-acce-a3140cbf870e', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '22.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7d671299-cd46-4207-b78c-a5fe67197c7f', '7e1e43c7-7b00-4aae-8523-488f2839a3bf', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '48.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7d8c29af-533b-4d24-aab3-2e2a9dcb72c3', '55c293b0-d4ca-4df1-b89f-d390fdd94404', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '109.00', '55.00', '0.00', '5.00', '5995.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7df8746a-a421-4898-8b64-caafeed62b09', 'dbeeb12b-c597-4686-87f5-911dee5dc8e3', '95c8e4a8-fe9a-433d-a21f-054d2c67a5de', 'Copper', NULL, NULL, '34.00', '29.00', '0.00', '18.00', '986.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7e3c6249-c7ae-40ec-b1c8-f05024718529', '290c3161-602b-4d00-844a-0e05e990e53b', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '15.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7e58b90c-3f5f-4d61-846d-4e3f8032469f', '2a30ed5b-4b0e-44e6-b61b-19e75cc572ad', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '60.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7ef56801-6b3e-4cf2-aaba-f987290ad1d9', '2ee233c8-4e88-4007-ad89-bff4a8894319', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '79.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7f2e7c52-d4d0-443b-a89f-4f3175ab499c', '6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '64.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7fd22b62-677a-4520-b194-4038b8b3f7d3', '974649b5-bfad-4b82-ae35-06d97085db7e', '441a31ad-5d28-4dbc-9d79-4b68ad54721a', 'Brake shoe', NULL, NULL, '58.00', '31.00', '0.00', '18.00', '1798.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8240da21-1bb5-4e3f-b59c-0b209f40435b', 'eb50e9e1-dda6-4865-844e-44f735a8f6de', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '71.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('82739754-5d9d-49a6-8071-9510aea5b855', '79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '105.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('82a68a09-d9fc-4c6a-833f-b5b5f87ad9ed', 'dbeeb12b-c597-4686-87f5-911dee5dc8e3', 'b769bc6c-37a0-48d8-bad1-8d1fda896fa2', 'Attai', NULL, NULL, '97.00', '38.00', '0.00', '5.00', '3686.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8313a089-4b1a-4535-bc43-32e800a739a2', 'd68d3799-45b8-4cbe-afdc-7982356e19fc', '31150efd-7dac-42a4-9d4e-1b3c761a71fd', 'Newspaper', NULL, NULL, '76.00', '32.00', '0.00', '5.00', '2432.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('838dce85-ea4f-4deb-8857-9b3223dc450d', '806426e7-b08d-4f23-ab2b-244e86a33c89', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '10.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('840e573b-231b-41f3-815a-7c150e5ca485', 'c5f90c03-14f7-49a0-9222-7b06678f9128', '50fabf4f-7d6e-4132-8253-e584bcbe14d0', 'SS', NULL, NULL, '94.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('85705da1-3969-4860-ac06-d3836dad0703', '6775e5a9-9af9-4c7a-8762-c1a2d8949fca', '441a31ad-5d28-4dbc-9d79-4b68ad54721a', 'Brake shoe', NULL, NULL, '40.00', '31.00', '0.00', '18.00', '1240.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('85a32457-b586-4f51-9233-a43130b6304a', '4b329cd8-f35f-483a-acce-a3140cbf870e', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '97.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('86a7f1c9-faaa-4c7d-afeb-8a3b7d9e96cf', 'cc6ea8da-ebfb-40d5-bae2-efb5251421bb', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '100.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('87954f2e-6c76-4a71-b93d-ac85a3abdf56', '290c3161-602b-4d00-844a-0e05e990e53b', '9493fa8e-d794-4686-a728-8dafeeb9a692', 'Udha-Vellai', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('879c5733-230a-4231-a0a9-544fe20d54ca', '9eef7770-d93c-4a05-a322-f07b6ad30613', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '96.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('87ded465-e7d0-47fb-b31c-ee30a1bd75bb', '261078ba-007c-4516-8e54-c2066d80878d', '9493fa8e-d794-4686-a728-8dafeeb9a692', 'Udha-Vellai', NULL, NULL, '106.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('88a64309-663e-4ccd-ab2d-db7fb6b2fe5a', '346446bb-c4d3-49f0-ad73-2c7bd18f7339', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '68.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('88aabe95-b29a-4e90-960c-8fc30a77d071', '3ac5eacb-bd94-4493-93b9-eca72d79e40f', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '26.00', '62.00', '0.00', '18.00', '1612.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('88bc85fc-8858-4d20-9a00-ba32cf9e6692', 'ff56c52b-a139-45ce-8533-229c83f94cc2', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '70.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('893008a7-49df-4d5c-85a3-a0b5b7676279', 'd87b77f6-2bf5-445e-97e2-e53be81c05b0', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '65.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('899ceda4-a36c-4a92-b5d9-93b646cc3e20', '24af123b-9e01-4c3f-b6ea-410c48325ec3', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '100.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8ab6feb8-8e21-4be9-ba35-1a58018de386', '7a26b25b-c31d-4cc4-a655-ab338b2880da', 'da2c392e-1554-4260-9343-6d29141856d9', 'Grade', NULL, NULL, '30.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8b161fe4-c152-42a3-adf4-b2b5367c59d5', '7a26b25b-c31d-4cc4-a655-ab338b2880da', '3e00bf1e-c018-42f4-8fc1-d5ae6d111a38', 'Brake shoe', NULL, NULL, '26.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8b44b0d1-7717-4190-8d75-fa274bf007b5', '6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '80.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8bf755ad-dff7-4aad-92ee-1f9e728bea5e', '19c0b29a-d8c6-4caa-b1fa-f2154e835be8', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8c619be8-3325-44ba-9ceb-3b4c5439be99', '55c293b0-d4ca-4df1-b89f-d390fdd94404', '9250761b-4666-48d0-a500-9183e1f3dba5', 'VMS', NULL, NULL, '108.00', '27.00', '0.00', '18.00', '2916.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8cc3c929-fadf-485a-aa84-2a3715a067c4', '20714c7f-fe28-4318-8597-aa619b2224d6', '34aceffb-6639-4ddc-b160-a2a145114032', 'Thanni Cover', NULL, NULL, '106.00', '59.00', '0.00', '18.00', '6254.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8d5e250e-c509-479e-8cc8-041e95864802', '292e5641-29a5-4497-b4aa-9f86a1f06c7c', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '70.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8da5fc3c-cf26-4cdc-94a0-5d4f4a1be04e', '7a26b25b-c31d-4cc4-a655-ab338b2880da', 'b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', 'Bike', NULL, NULL, '100.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8e3f11f0-15d2-4d27-86fb-351b105b3e05', 'c4b217fc-6cba-4dcd-b5f3-37d172b5e28a', '5832d584-12c6-4f28-9cd5-4f1424a198c2', 'Paal Cover', NULL, NULL, '53.00', '52.00', '0.00', '18.00', '2756.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8e69886e-8c5a-4958-a680-fc84ac5fce4b', '2b8ce6e8-7040-424e-8bb1-928ef0539698', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '78.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8eb96a4d-fabf-40f0-806b-19fba137cff8', 'ab9cdf85-27ac-4dc4-8561-76a5d9a1cd3d', 'f319e7e2-bb59-451f-8d4c-a1260e2e4762', 'Moodi-2', NULL, NULL, '24.00', '20.00', '0.00', '18.00', '480.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8ec352b4-4748-4e5f-aed2-832f4ab297b4', 'e35630a2-6a70-40e2-afa0-8ff0ce37002e', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '17.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8edfd745-415f-451f-bf2e-c1d5b5cf2066', '546d40be-3ea1-462a-8eca-ffe275b3d0d2', '54622fd3-8b62-442c-bf8e-8f7384a866c9', 'Udha', NULL, NULL, '28.00', '18.00', '0.00', '18.00', '504.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8faa27ec-a37d-41b7-b5b0-7a7e30738c24', 'ebed3606-a692-41be-9d8d-acea5bf55151', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '80.00', '56.00', '0.00', '5.00', '4480.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('901b53f8-0253-4a6d-9946-590842845abf', '8f3022ed-761e-4515-9a3f-dfc56e747a42', '823c4798-cfa7-412e-992f-3a23a9d15cd0', 'Eeya kindu', NULL, NULL, '64.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('90b6c66e-f03f-4c9a-a410-b0330b09d124', '3a254550-af30-47ba-90f7-30e24903cdd8', '7664806c-7327-4a5c-88fd-cea397c7ec4c', 'Aluminium', NULL, NULL, '99.00', '62.00', '0.00', '18.00', '6138.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('90ecbfa3-ea72-41f1-bf5b-5f572f449f3e', 'a93d5cce-15ae-4043-8ad5-07847ffd4048', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '66.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('918ce234-cda1-4f75-91ad-0c4484f68710', 'fd9f165c-cd2a-4a17-8cec-ffc526e3ac46', '848ee0b2-2027-47f8-9e47-670dfc1fa48b', 'VMS', NULL, NULL, '33.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('91ba4203-fc94-4ff1-a0a1-ffee754f03a2', 'b3095450-a725-4909-91da-612224482aec', '31150efd-7dac-42a4-9d4e-1b3c761a71fd', 'Newspaper', NULL, NULL, '84.00', '32.00', '0.00', '5.00', '2688.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('91cf962e-3938-45ed-a5e7-27dfbf20c647', 'd2387d12-6872-40cd-b307-768e73684040', '4d4dca4d-3ef1-4610-b910-f652ba109c1b', 'Serattai', NULL, NULL, '46.00', '30.00', '0.00', '18.00', '1380.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('91df3a04-5fcc-41d3-a5f4-0e3a5549e455', '8115fe79-4e02-4866-8099-057a8c8e95f1', 'da2c392e-1554-4260-9343-6d29141856d9', 'Grade', NULL, NULL, '96.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('933789d5-904b-45fb-b5cd-65006c02ffce', '290c3161-602b-4d00-844a-0e05e990e53b', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '52.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('93f2e718-6e87-43b4-8d36-fd7df0bbbac5', 'fff431bc-2a33-4bcf-963b-c2415fe95311', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '56.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9423b200-44e1-40f7-8b72-b4776d0e93d5', '488e51e8-d5dd-4e82-a987-a1aec321d5a4', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '19.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('942c1c9e-4690-41f2-b88e-7d6afa7c8b5c', '7e1e43c7-7b00-4aae-8523-488f2839a3bf', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '26.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('94e5ab44-23f8-4bdf-bfe0-fb81a6ed9957', 'cae151e7-fa0a-482a-9ae9-3ac7b71c583d', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '98.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('95a812b7-cc2a-4402-95a9-c48b2cc2e104', '3772b918-16cc-4c1e-baba-f7f40d623f96', '0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'Tube-Bike', NULL, NULL, '108.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9650c9d2-7a03-40d7-9b37-06a53d3d7e2b', '341b5f1f-91e9-4a19-87aa-2b755f9def2a', '55182dd4-a51e-45e6-bca9-891f9deba1e0', 'Food Paper', NULL, NULL, '99.00', '30.00', '0.00', '18.00', '2970.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9685537b-3b3f-433c-bb1e-5280e8f7d284', '6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', '50fabf4f-7d6e-4132-8253-e584bcbe14d0', 'SS', NULL, NULL, '41.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('97a4d907-2242-4aaf-b61f-6ab9c8109660', '645efeac-ae96-4dc7-8ca0-e2306841eef6', '3d626f27-42bd-4be0-8a50-5551859a891f', 'PP', NULL, NULL, '29.00', '58.00', '0.00', '5.00', '1682.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('98b7813b-fddb-4a77-8603-21ea49e32e6f', 'd73a57f3-dba8-484e-85e6-1fd4858f05c6', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '93.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('992980a5-fe2f-478d-bbe6-555bd96aba5b', 'ef4fbf93-1e1c-491b-8ac7-ad6b62c01b64', '818e778a-c7c2-411c-a797-f32fded0cbba', 'Kadak', NULL, NULL, '76.00', '43.00', '0.00', '18.00', '3268.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('99cb3c34-16fa-4b41-9408-d22997b8698a', 'bca352dd-1c4f-4c32-a180-179442519459', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '87.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('99ea9def-2e37-4728-bdcf-b60179d601c9', '1aab8ef0-d523-407e-947d-fac6221ee063', '6456aac7-44f9-4c91-8f3d-99df3f7273a7', 'Kudam', NULL, NULL, '12.00', '21.00', '0.00', '5.00', '252.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9aa0b6f9-5b2a-4c54-8c5b-131c4bc16652', 'd60dcea8-5398-4e8c-a8dd-1137c28482c4', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '39.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9abbe544-49ca-458c-bc1c-31ea2e85126a', '3ac5eacb-bd94-4493-93b9-eca72d79e40f', '3c9159e4-f8ac-4bc9-b5ed-b3c681690516', 'Wire Koodai', NULL, NULL, '46.00', '46.00', '0.00', '5.00', '2116.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9ac32dc3-7c4e-499a-b8c1-664154305229', 'a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '95.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9acdb64d-275e-4677-a648-6e14e17c55f3', 'bdd3c4ce-a116-4ecd-a582-7d78eefaba54', '4d4dca4d-3ef1-4610-b910-f652ba109c1b', 'Serattai', NULL, NULL, '86.00', '30.00', '0.00', '18.00', '2580.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9b562390-8af2-4458-b748-ea7d78169588', '904c69c0-5654-4729-8c37-40a7fe8c3314', 'ca9c6f50-fdca-442f-a672-bf584d3d80bb', 'Aluminium', NULL, NULL, '48.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9b756840-f09b-4609-9b5e-d369a1b4071c', '20714c7f-fe28-4318-8597-aa619b2224d6', '3c9159e4-f8ac-4bc9-b5ed-b3c681690516', 'Wire Koodai', NULL, NULL, '16.00', '46.00', '0.00', '5.00', '736.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9b86f38f-df79-4f0a-8482-2f65e0e475e7', '91b0b84c-47c6-425a-85eb-1e63d45d04c5', '94135124-0a6a-49eb-8005-e4917606e2ef', 'Crystal', NULL, NULL, '84.00', '54.00', '0.00', '18.00', '4536.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9b89ed3e-5304-4406-baf9-12750c9ca9df', '0fc5fc45-58c9-4cbf-8230-dfc90101ec30', '9dbd8f4c-af42-4fdb-aed1-f00b4fbb3858', 'PVC', NULL, NULL, '100.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9c92c6f9-5965-40ff-bfcb-3eb7dd2b153c', '346446bb-c4d3-49f0-ad73-2c7bd18f7339', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '82.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9d11e3f2-85b6-4b07-bdaf-2d641922c072', 'a5ac3c65-b92d-4106-ab21-179779867fdb', '51e9957f-f016-4f24-be24-cc9c46ed59f4', 'Copper Radiator', NULL, NULL, '69.00', '33.00', '0.00', '18.00', '2277.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9d2b473b-814e-4217-85dc-df0af2ae09ee', 'a82a0cf7-2dd2-4596-bfd4-b4873946bb5a', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '34.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9d9f0503-b880-4bb6-9d68-5f2b0a188ec1', '25140a05-c96b-4b38-b07d-7da3fb234fef', '8196dca5-60fb-42fc-93ca-2ed9e8746002', 'Aluminium Radiator', NULL, NULL, '109.00', '38.00', '0.00', '5.00', '4142.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9db8fa2d-a1e8-4a4d-82ec-ad0b1667a3ce', '3753cd55-d40d-4c17-9c84-c9de6cafc16a', '9493fa8e-d794-4686-a728-8dafeeb9a692', 'Udha-Vellai', NULL, NULL, '57.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9df40a06-c438-4b8b-95ea-775ac46007f0', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', 'dc1c14f4-b10a-4fc8-839f-ae164b82e015', 'Tube-Cycle', NULL, NULL, '13.00', '61.00', '0.00', '18.00', '793.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9e966999-83a0-413a-bf3c-436095f0616a', '1f685fa8-60af-4fc9-ae7e-4695dc9ebabe', 'cdcd4692-f37e-4ce1-868f-d26e70408953', 'Bommai', NULL, NULL, '70.00', '31.00', '0.00', '5.00', '2170.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9f7acc97-4dd3-4b65-aa14-bf1728d80189', '112b6cee-51e8-4424-9aeb-1cde793d4fd0', '5b4ff90c-850a-4ab7-bf7c-b47f80f859af', 'Pithalai', NULL, NULL, '39.00', '59.00', '0.00', '18.00', '2301.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9fe5b81b-45f1-47c6-b99e-861dd88ce065', 'b4580712-04c0-4832-9f8f-4a45c06873a7', '96920ad4-a06b-45d1-b6d0-1198e312e7d8', 'Udaiyal', NULL, NULL, '66.00', '28.00', '0.00', '5.00', '1848.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a0d9ccae-1e8f-4bc1-b045-b917b1791391', 'c96d8435-4a93-4386-bb58-4c0a0388790b', '31150efd-7dac-42a4-9d4e-1b3c761a71fd', 'Newspaper', NULL, NULL, '91.00', '32.00', '0.00', '5.00', '2912.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1211588-2823-4de3-a51f-8d7600df23ac', '1c98b4af-ab91-44ab-b232-255bda2cfd3f', '9e393a98-936d-43ea-ad86-53f9dc234256', 'Moodi-2', NULL, NULL, '107.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a12b1959-3634-49db-9164-327829bb4a40', '806426e7-b08d-4f23-ab2b-244e86a33c89', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '77.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a191bc58-c784-42c4-b0d0-5f8ccd4fee96', '1aab8ef0-d523-407e-947d-fac6221ee063', '837dcc49-f251-4ff0-b9b0-627247279d92', 'Door PVC', NULL, NULL, '93.00', '21.00', '0.00', '18.00', '1953.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1ff2cc4-bc90-40f0-b40e-d29b8a417eaf', '24d20977-00c4-490c-b382-1a23b4cc60f8', 'dc1c14f4-b10a-4fc8-839f-ae164b82e015', 'Tube-Cycle', NULL, NULL, '107.00', '61.00', '0.00', '18.00', '6527.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a21eecd8-c434-4cc8-96ec-65852633d305', '50c88d54-3a44-45d0-b68b-c7998276c6b6', 'e018c84e-7b1c-453a-99e8-afd2bfe0250e', 'Chinna Battery', NULL, NULL, '40.00', '58.00', '0.00', '18.00', '2320.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a2e93e02-70be-45b4-b6c5-59f96d104213', '8115fe79-4e02-4866-8099-057a8c8e95f1', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '44.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a3045117-7cb1-44f0-bd56-af547d53c02a', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', '94135124-0a6a-49eb-8005-e4917606e2ef', 'Crystal', NULL, NULL, '15.00', '54.00', '0.00', '18.00', '810.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a325e60f-eb73-4f3c-a425-ac01be6c3975', '9aec8576-8e87-41e7-87e5-89d7cf3f2e73', '96920ad4-a06b-45d1-b6d0-1198e312e7d8', 'Udaiyal', NULL, NULL, '91.00', '28.00', '0.00', '5.00', '2548.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a3478ec8-3889-469e-a72a-48d5856405de', 'e2ec0ed3-ac3c-4868-ba92-ecfc52389b51', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '69.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a3480b8b-6456-4d23-9011-a0caa8074be8', '2de38345-bb4b-427a-9673-c2a954d7edf2', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '14.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a52bf417-8566-4959-ad38-04063f65d38c', '904c69c0-5654-4729-8c37-40a7fe8c3314', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a5a968eb-1d7d-4d73-b450-f0fce85ba2d0', 'bf81f2a5-cf85-4cec-84f5-043e83e4cff5', '50fabf4f-7d6e-4132-8253-e584bcbe14d0', 'SS', NULL, NULL, '75.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a5fe2f65-61a7-4827-889a-77fd38538013', '346446bb-c4d3-49f0-ad73-2c7bd18f7339', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '67.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a5fff8d8-233e-449e-b889-4be6f139fb61', 'a04db748-8819-4f3c-a0b6-68ac65c2a092', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '71.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a604e432-c51f-4587-a6dd-47538bed6a0d', '19c0b29a-d8c6-4caa-b1fa-f2154e835be8', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '52.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a62a7879-ee12-4daa-9395-dc9a72769ada', 'ff72ee35-01cd-4dcf-b377-7ddf7e03107d', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '49.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a893309b-3919-4ea8-9f66-7dc56ca2b847', '19e34932-c55f-46eb-a002-8867eb91ec9a', '9f269cab-f05c-4917-a0fa-5f46f93d5acb', 'Eeya kindu', NULL, NULL, '15.00', '35.00', '0.00', '5.00', '525.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a8a62bc8-66f7-4018-8506-bb2183c082e2', '3ac5eacb-bd94-4493-93b9-eca72d79e40f', '84913da7-707c-47d2-83b7-bd65350a5bd6', 'TV kadak', NULL, NULL, '87.00', '54.00', '0.00', '5.00', '4698.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a8c20126-6d74-4628-9fcf-50f812bc657d', '1c98b4af-ab91-44ab-b232-255bda2cfd3f', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '95.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a8e55f34-2083-4b84-b6a9-af30b69c617d', '55c293b0-d4ca-4df1-b89f-d390fdd94404', 'dc1c14f4-b10a-4fc8-839f-ae164b82e015', 'Tube-Cycle', NULL, NULL, '87.00', '61.00', '0.00', '18.00', '5307.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a9360d22-d757-4b98-8b4d-d63c38e0cc3e', 'ff72ee35-01cd-4dcf-b377-7ddf7e03107d', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '12.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aa0fbe04-ba0c-43da-9570-42a112274805', '2b8ce6e8-7040-424e-8bb1-928ef0539698', 'ca9c6f50-fdca-442f-a672-bf584d3d80bb', 'Aluminium', NULL, NULL, '71.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aa68708c-3ece-47d0-bdda-881b60159ecd', '03461ac5-3a47-426c-b1c4-9b146e9fda0a', 'eb2e8d06-4fdd-4806-b18e-1c8666d324d6', 'Paal Cover', NULL, NULL, '28.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aa8c2dff-79c0-4cab-b882-fa9e2c8239b7', '3d8f8c4a-ab34-44be-ad9b-5b3693ad1d78', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '62.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aa92ffdf-ed40-485d-8658-ff0a02bb6983', '974649b5-bfad-4b82-ae35-06d97085db7e', '5832d584-12c6-4f28-9cd5-4f1424a198c2', 'Paal Cover', NULL, NULL, '42.00', '52.00', '0.00', '18.00', '2184.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ab1bbf74-ec95-4681-a6b2-40edb643cd54', 'cae151e7-fa0a-482a-9ae9-3ac7b71c583d', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '27.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ab2f154b-3c5b-4fed-bdcf-107bcdb04c20', 'a5ac3c65-b92d-4106-ab21-179779867fdb', '061dfbb5-720d-43af-96fb-2955c70bc685', 'Syntex', NULL, NULL, '70.00', '16.00', '0.00', '18.00', '1120.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('abaa440c-8ce5-4460-bd79-124e606acbe4', '2c9c163f-d25a-437c-ae80-0863e7417144', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '70.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('abad4c2e-a994-480f-944f-b1ba612a6bd7', '2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '26.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aca04a1c-a28a-4924-99b6-b75b49de337b', 'f319ab72-8f67-43cf-8b86-994c74207fbb', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '67.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ada38553-425c-40b1-8a4f-5b9e643580e2', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', 'cdcd4692-f37e-4ce1-868f-d26e70408953', 'Bommai', NULL, NULL, '43.00', '31.00', '0.00', '5.00', '1333.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ada3a9ca-1b13-4701-acf1-32319d50c3ba', '2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', 'b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', 'Bike', NULL, NULL, '18.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aeaa512f-963b-4d68-9285-25eeceea7b89', 'c270bf06-6c33-4a07-bcd0-a307534797b5', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '60.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('af480f1b-ab8e-4ef7-9be9-acbc70025602', '8c8681c3-6050-4df1-a917-3867d5b3d8fd', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b083422d-30e2-4db8-a19e-1b6a74c7ea07', '4850b002-c7ab-4c15-87f4-57923851ab94', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '18.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b09f4681-3e23-462b-b1e0-a05527dde9f5', '4de61e3a-cc31-499d-bddc-f40e92387281', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b1ef7c5b-3263-4627-b469-67bab2c64215', '3772b918-16cc-4c1e-baba-f7f40d623f96', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '99.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b207a071-89f1-477c-8e9d-28377e1a534b', '8a9e6d83-9de0-41e2-9474-5e810dd080fb', '0d5d7405-af01-47cf-b174-c94006bdd8b4', 'Udha-Vellai', NULL, NULL, '74.00', '30.00', '0.00', '5.00', '2220.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b21dbe14-40ba-4899-a93a-df0a164d1586', '55c293b0-d4ca-4df1-b89f-d390fdd94404', 'be109b95-1b45-479e-b7e2-5dc98800f4dc', 'Matti', NULL, NULL, '79.00', '44.00', '0.00', '5.00', '3476.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b33eab3e-2858-4ba2-8f11-0caa54acf409', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '66.00', '42.00', '0.00', '18.00', '2772.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b369b320-ee9a-40c6-8bcf-dbe974ef31e9', '645efeac-ae96-4dc7-8ca0-e2306841eef6', 'd896e3bb-103f-4652-b467-27edfd2d65f7', 'Vari Ose', NULL, NULL, '59.00', '53.00', '0.00', '18.00', '3127.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b3f6668b-6796-4477-bfed-fdcd6c7c3e2d', '3fdb3a18-1e0c-4c07-b462-31661193eee0', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '105.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b3fbe261-e714-48eb-a9d2-dc4ef47b5cb8', '4ee89f1d-b37d-4399-acc5-45e4c0c8f683', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b4389abd-2362-4685-9c71-b8e6dd4db123', 'c4b217fc-6cba-4dcd-b5f3-37d172b5e28a', '55182dd4-a51e-45e6-bca9-891f9deba1e0', 'Food Paper', NULL, NULL, '30.00', '30.00', '0.00', '18.00', '900.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b587b312-cee0-44fb-9b43-34d1fecca3b0', 'cfdff5ae-0784-4fbf-a05c-2dc28c3c9dbe', 'd3abde56-4801-44de-9209-56874148d86a', 'Bed', NULL, NULL, '81.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b71158bc-4b89-424a-af2b-444ce32091db', 'bca352dd-1c4f-4c32-a180-179442519459', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b783a971-f7cf-49a8-a9fd-e3d8382c9e58', '2af38da7-2d76-42ef-a0a2-2836271b98e4', 'd3abde56-4801-44de-9209-56874148d86a', 'Bed', NULL, NULL, '96.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b7bd66bf-7f2f-4d1b-b688-6829d838ff6d', 'd73a57f3-dba8-484e-85e6-1fd4858f05c6', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '101.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b828fb1e-7520-4876-8d4a-e6f53c7ca279', '4d25a13f-c472-4266-a4d8-ef9501e24704', 'b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', 'Bike', NULL, NULL, '77.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b8c9d2cb-44e0-4e4b-8dd6-0bfd88df58fe', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '1732a9e6-0eed-45ab-af42-42a7632218e7', 'Mixy Kadak', NULL, NULL, '69.00', '36.00', '0.00', '5.00', '2484.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b92e525e-ae44-404d-a3d2-34e965e8ebd3', 'cae151e7-fa0a-482a-9ae9-3ac7b71c583d', 'e1819545-cb8b-4ea5-8dce-f7e640a9ce41', 'Crystal', NULL, NULL, '13.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b98f90ad-a379-48be-8e36-42db25442b49', 'b88322ef-b8ad-4bd9-8d36-3a23b883f427', '5b4ff90c-850a-4ab7-bf7c-b47f80f859af', 'Pithalai', NULL, NULL, '81.00', '59.00', '0.00', '18.00', '4779.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b991873b-c824-451e-8713-d3338ca08c13', '1c98b4af-ab91-44ab-b232-255bda2cfd3f', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '34.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b9928977-166c-4010-a69e-6a874b4b4dbd', 'a5ac3c65-b92d-4106-ab21-179779867fdb', 'cdcd4692-f37e-4ce1-868f-d26e70408953', 'Bommai', NULL, NULL, '88.00', '31.00', '0.00', '5.00', '2728.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b9978eab-e6c1-4d02-a58a-fd351fac2357', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '0bda1fb6-1a9c-45ec-9e8b-971e2a04105f', 'Periya Battery', NULL, NULL, '62.00', '37.00', '0.00', '5.00', '2294.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b99a5854-59ad-40c8-8004-418329da891c', '546d40be-3ea1-462a-8eca-ffe275b3d0d2', '54622fd3-8b62-442c-bf8e-8f7384a866c9', 'Udha', NULL, NULL, '88.00', '18.00', '0.00', '18.00', '1584.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b9a67f1b-a9ba-459d-b02c-1e1d6eb7e2a2', 'c2376c02-660a-404a-bf60-4a2feeb6ea6f', 'da2c392e-1554-4260-9343-6d29141856d9', 'Grade', NULL, NULL, '65.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bab53f88-83a9-47f3-992b-d3ec137c0e45', 'd2387d12-6872-40cd-b307-768e73684040', 'f6d6b9b1-9343-4353-8430-2590b007b096', 'PVC', NULL, NULL, '34.00', '55.00', '0.00', '18.00', '1870.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bafbad6d-b9d7-441c-95f4-951137c1c0a4', 'e9180e51-c374-4240-ad5e-1e2f1c9bae62', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '95.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bb292bef-c197-4c62-be54-b0ba652b373d', 'f60de494-7672-49c9-8ae6-041b72c48a6b', 'a0750694-ddfd-402f-b95b-e12e895d57a4', 'Tyre', NULL, NULL, '24.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bb3a2120-27b6-4c39-a344-ab0f44f4bb42', '03461ac5-3a47-426c-b1c4-9b146e9fda0a', 'f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'Serattai', NULL, NULL, '44.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bbd156f3-a64c-4004-885d-20a6ce13b912', '2dbe9a17-c452-45d5-8aa7-55d32066a7f0', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '26.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bbd2796f-f87f-4954-ad4a-648338b7326d', 'a04db748-8819-4f3c-a0b6-68ac65c2a092', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '41.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bcae54cb-7c1e-4447-94f6-8765c416b7ea', '49902db3-9511-449b-87ff-01537981b5ba', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '84.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bcd47b1c-3170-4673-b293-421366c086ab', 'e35630a2-6a70-40e2-afa0-8ff0ce37002e', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '105.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bce12084-3c1a-40b7-9aa6-0304c7a3a25a', '292e5641-29a5-4497-b4aa-9f86a1f06c7c', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '83.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bce7a30e-8010-4209-a36a-03a575642f0f', '4850b002-c7ab-4c15-87f4-57923851ab94', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '88.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bcfc17dc-5700-4e40-9183-9cc07f95a089', '806426e7-b08d-4f23-ab2b-244e86a33c89', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '68.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bcfccb3f-da90-42e0-bb62-85a41fc6ddfb', '19e34932-c55f-46eb-a002-8867eb91ec9a', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '54.00', '55.00', '0.00', '5.00', '2970.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bd331f69-f1af-4024-8649-e20ffb711117', '2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '71.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bd48aae5-ab61-40fa-ac33-7d890939dd78', 'fd9f165c-cd2a-4a17-8cec-ffc526e3ac46', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '19.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('be14fb89-250f-4082-a983-1c87dad8a1e7', '22ab9f62-9ca6-4f41-9fa9-5fa1f30c2beb', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '81.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('be266f83-3154-456c-9fd0-218b4ca62371', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', '441a31ad-5d28-4dbc-9d79-4b68ad54721a', 'Brake shoe', NULL, NULL, '84.00', '31.00', '0.00', '18.00', '2604.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('be975eb5-e2b9-4696-890a-634499f5b9d7', 'f00baa4e-866c-412c-b90a-21c7bf7452a8', '55182dd4-a51e-45e6-bca9-891f9deba1e0', 'Food Paper', NULL, NULL, '14.00', '30.00', '0.00', '18.00', '420.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('becb0fe4-d725-46c2-a773-2079f67c3595', '8c8681c3-6050-4df1-a917-3867d5b3d8fd', 'ca9c6f50-fdca-442f-a672-bf584d3d80bb', 'Aluminium', NULL, NULL, '102.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bfa813a2-3c9a-4971-a848-716cd600cf06', 'c13b39d5-4b35-47c2-805f-10e09db699d5', '0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'Tube-Bike', NULL, NULL, '20.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bfbf7162-1b4b-44b2-8bcf-86c90c1c601f', '64b5c3a6-c150-4c6d-983a-12ab5b4cdad0', '0d5d7405-af01-47cf-b174-c94006bdd8b4', 'Udha-Vellai', NULL, NULL, '28.00', '30.00', '0.00', '5.00', '840.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bfee4a02-bdcb-4f6e-86e2-161ea479ac33', '22ab9f62-9ca6-4f41-9fa9-5fa1f30c2beb', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '52.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c0048bdb-68cb-45b4-b447-be7a6ed173b2', '20714c7f-fe28-4318-8597-aa619b2224d6', 'f319e7e2-bb59-451f-8d4c-a1260e2e4762', 'Moodi-2', NULL, NULL, '32.00', '20.00', '0.00', '18.00', '640.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c0aea73e-ad4c-4faf-8b5c-577854fee5e7', '3772b918-16cc-4c1e-baba-f7f40d623f96', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '86.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c17e9293-7b28-465c-9842-c2e7a56e012e', 'c13b39d5-4b35-47c2-805f-10e09db699d5', '9e393a98-936d-43ea-ad86-53f9dc234256', 'Moodi-2', NULL, NULL, '49.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c19e82e7-694b-4abf-8af0-64656c6bdaf3', '3a254550-af30-47ba-90f7-30e24903cdd8', '6475ca5b-4c2b-47c1-8a47-05922dfbbd12', 'MS', NULL, NULL, '55.00', '26.00', '0.00', '5.00', '1430.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c1b9d55a-c05a-47c9-88f8-63afbf3e126b', 'ba93e3af-6716-49a0-8d91-b14612e07223', 'f6d6b9b1-9343-4353-8430-2590b007b096', 'PVC', NULL, NULL, '58.00', '55.00', '0.00', '18.00', '3190.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c2010bc4-0358-44d2-a859-5bfb470160c6', '2dbe9a17-c452-45d5-8aa7-55d32066a7f0', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '24.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c283c62a-4e3d-4a61-88c9-f0acbfcedd08', '2af38da7-2d76-42ef-a0a2-2836271b98e4', '9e393a98-936d-43ea-ad86-53f9dc234256', 'Moodi-2', NULL, NULL, '80.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c2b46630-9770-4250-81db-1b27a7ea40a7', 'b65338ef-5a8c-4df0-8c0d-2a0ef8ebf218', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '100.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c34c770c-85db-46c4-8b8d-ef6d2d67130e', '8115fe79-4e02-4866-8099-057a8c8e95f1', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '93.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c3a2b404-7b3e-4d31-99ec-91dd77665693', '341b5f1f-91e9-4a19-87aa-2b755f9def2a', '9250761b-4666-48d0-a500-9183e1f3dba5', 'VMS', NULL, NULL, '75.00', '27.00', '0.00', '18.00', '2025.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4090eb8-7174-4c26-a592-2f5df93b17b6', 'ace78616-807f-49a9-af6f-cfb054bfef77', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '51.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c43b8262-da80-4345-a237-c3a2f742617c', 'f60de494-7672-49c9-8ae6-041b72c48a6b', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '69.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c44c78d8-c3cf-4ef1-b163-ffaad04328cc', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '441a31ad-5d28-4dbc-9d79-4b68ad54721a', 'Brake shoe', NULL, NULL, '66.00', '31.00', '0.00', '18.00', '2046.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c49efe95-3934-4777-a354-1090b0f1e682', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '15.00', '56.00', '0.00', '5.00', '840.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4d6e1e9-f0c0-49c9-a389-35446676148d', 'bd41bcfb-1020-45f7-ad10-7f9ec7e0bfa7', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '53.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c74cb0bd-3320-4003-9c8e-ae19323ffd54', '8c8681c3-6050-4df1-a917-3867d5b3d8fd', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '43.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c77e1b6b-6430-4fde-be31-b6315b22ca00', '3ac5eacb-bd94-4493-93b9-eca72d79e40f', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '26.00', '42.00', '0.00', '18.00', '1092.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c823e4db-0bb3-4b4d-b91e-3858d5d13507', 'a0aae7a7-605f-4e5a-a4d1-9cb74db3fb28', '8ae8a67b-b300-44c5-b92a-f8ba98f3a6f1', 'Tube-Bike', NULL, NULL, '39.00', '53.00', '0.00', '18.00', '2067.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c86e875c-2ac7-45f0-87c3-03205926dabc', 'ff56c52b-a139-45ce-8533-229c83f94cc2', 'eb775585-3d25-4a00-bf93-32311caa27cf', 'Vari Ose', NULL, NULL, '23.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c9e37823-2f71-4ba7-892c-685ea0295aac', 'b88322ef-b8ad-4bd9-8d36-3a23b883f427', '95c8e4a8-fe9a-433d-a21f-054d2c67a5de', 'Copper', NULL, NULL, '86.00', '29.00', '0.00', '18.00', '2494.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ca3d7393-855d-4e13-83f1-85307b9506a1', '76bec39f-1de8-414d-a7d4-9fe980c7e70a', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '18.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cb011ff0-884a-4218-99e1-a9e4783fb262', '18304e74-0118-43cd-b31b-054ca7140ef3', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '19.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cb0e7407-410b-47a0-a5c7-0ca133f0a6fa', '4d25a13f-c472-4266-a4d8-ef9501e24704', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '62.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cc419f9d-632e-4a9b-ad29-5f3250ab3b5d', 'b88322ef-b8ad-4bd9-8d36-3a23b883f427', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '40.00', '55.00', '0.00', '5.00', '2200.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cc8c073a-c09c-45a3-8b15-e45d2f449bb9', 'e2ec0ed3-ac3c-4868-ba92-ecfc52389b51', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '12.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ccbfdc8e-1ff1-41d6-a2ec-95744f9b1869', '4a348600-4a39-422e-ae42-187bd8809f50', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '38.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cd0fe567-3eb2-4bbe-99ba-eecacb9fc747', '3d8f8c4a-ab34-44be-ad9b-5b3693ad1d78', 'b9d810ee-8496-4c40-8e6a-fb9e1788b9e9', 'Bike', NULL, NULL, '87.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cd23b33b-eb8a-42e7-aecb-35ca9f314c43', 'a04db748-8819-4f3c-a0b6-68ac65c2a092', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '74.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cdd01347-d8ae-488f-bf6c-fb75b199f6b9', '51a0cecd-b5a9-431a-a13d-700053a245ee', '34aceffb-6639-4ddc-b160-a2a145114032', 'Thanni Cover', NULL, NULL, '13.00', '59.00', '0.00', '18.00', '767.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ce7b36ac-9aeb-412a-bece-109c5ebebea2', 'dbeeb12b-c597-4686-87f5-911dee5dc8e3', 'f319e7e2-bb59-451f-8d4c-a1260e2e4762', 'Moodi-2', NULL, NULL, '76.00', '20.00', '0.00', '18.00', '1520.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cea1770f-e716-49ec-a99e-55414c8c4bd7', 'a5ac3c65-b92d-4106-ab21-179779867fdb', '500909c4-a9b0-4d3c-bdee-f495fcec66e0', 'Bed', NULL, NULL, '94.00', '39.00', '0.00', '18.00', '3666.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cee64d77-ac25-47eb-b12c-88a04adf0cf4', 'd87b77f6-2bf5-445e-97e2-e53be81c05b0', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '72.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cf0bd2e5-8be0-484e-9960-12ec29a5628c', '0fc5fc45-58c9-4cbf-8230-dfc90101ec30', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '23.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d16efbea-a9d1-4b78-ab90-b878df28b5ff', '6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', '3e00bf1e-c018-42f4-8fc1-d5ae6d111a38', 'Brake shoe', NULL, NULL, '89.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d1dd16f0-8728-4bdd-85a8-bd5f0b4ed84a', 'b4580712-04c0-4832-9f8f-4a45c06873a7', '89c94811-7134-4f19-bbb3-92507a199cd5', 'Grade', NULL, NULL, '33.00', '50.00', '0.00', '18.00', '1650.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d259922e-3d0e-4fde-b685-d86961a079dc', 'e057cefe-1718-4ba5-b209-62d9669e198d', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '58.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d2bbfe68-7c2a-4c0e-8445-e862ad249406', '6775e5a9-9af9-4c7a-8762-c1a2d8949fca', '89c94811-7134-4f19-bbb3-92507a199cd5', 'Grade', NULL, NULL, '100.00', '50.00', '0.00', '18.00', '5000.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d3e1cfba-4c39-4417-b0ac-9094e3997f6d', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', '8af15895-fc70-4ff6-811b-d27075f5b666', 'Tyre', NULL, NULL, '25.00', '62.00', '0.00', '5.00', '1550.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d3ee66fc-501c-4c1c-8b1b-c32fc52e0021', '95ad9be5-5682-4cee-8c4c-34472b15fbaf', 'a1912cf1-626e-4afc-98e3-8eca2cddf7ab', 'SS', NULL, NULL, '36.00', '40.00', '0.00', '5.00', '1440.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d42919ce-40cc-4d42-b0df-c2c55a0c8473', 'bd41bcfb-1020-45f7-ad10-7f9ec7e0bfa7', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '56.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d44df05a-fb74-47f3-b643-2a21983a8571', '261078ba-007c-4516-8e54-c2066d80878d', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '42.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d5cfbb0f-9900-479f-a588-11237cf8866c', 'b65338ef-5a8c-4df0-8c0d-2a0ef8ebf218', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '90.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d7230696-ce4c-4cfb-8ae9-89d51972d08a', 'c5f90c03-14f7-49a0-9222-7b06678f9128', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '91.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d744c54e-5070-4083-895a-1018cadd602c', 'e9ab4964-4e85-4d49-83a3-a171e6cb46ae', 'f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'Serattai', NULL, NULL, '106.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d7c50085-01c2-48e2-9820-55fdfa8c6ee8', 'c270bf06-6c33-4a07-bcd0-a307534797b5', '4c6cb695-319c-4755-ade2-aec38e3539ff', 'Tube-Cycle', NULL, NULL, '83.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d7d8a3a5-8d7f-4355-a711-1809fee001f3', '607dfa2c-81f5-4b0b-b792-9ee4fa697f16', '5dc05d3b-b70c-487d-b4f3-519cc33e23c4', 'PP', NULL, NULL, '53.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d8489bf4-1a7e-430b-bfc7-668ace2f3af7', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '94135124-0a6a-49eb-8005-e4917606e2ef', 'Crystal', NULL, NULL, '105.00', '54.00', '0.00', '18.00', '5670.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d8f57e20-f361-4d97-9ab7-01b5bfc15f22', 'fdb2d430-67ca-4f7e-98ad-843ab4030345', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '90.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('da8c3f67-b3e7-433c-9397-a3f42f4d9b5c', '1aab8ef0-d523-407e-947d-fac6221ee063', '9250761b-4666-48d0-a500-9183e1f3dba5', 'VMS', NULL, NULL, '57.00', '27.00', '0.00', '18.00', '1539.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('db3d30f4-7c0c-4fbb-ac65-ee082d555f51', 'a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', 'f50d6dcc-861d-48ac-86b0-50ef278bce7e', 'Serattai', NULL, NULL, '104.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dbb1aaed-7dca-46b3-9eae-2ecbdee6074b', '112b6cee-51e8-4424-9aeb-1cde793d4fd0', '818e778a-c7c2-411c-a797-f32fded0cbba', 'Kadak', NULL, NULL, '65.00', '43.00', '0.00', '18.00', '2795.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dbc1432a-0652-4325-bd98-59c72a48de77', 'eb6936a3-f804-4beb-b92d-db4c66679b8d', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '27.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dced70f4-28d7-40f5-9a4b-af25242a0bdb', 'ebed3606-a692-41be-9d8d-acea5bf55151', 'b30ba819-e99e-4929-a063-c93bb8fd34a4', 'Battery', NULL, NULL, '13.00', '35.00', '0.00', '5.00', '455.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dd1de3af-e4fa-4ce1-b69b-799a0c916351', '9816e78b-3951-446c-9f5d-9beba02fcd64', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '55.00', '55.00', '0.00', '5.00', '3025.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('de5c0588-af7f-4fc4-b69f-e61eed8532ae', 'eb50e9e1-dda6-4865-844e-44f735a8f6de', '8afe958d-428e-43df-8036-310f8171a733', 'Aluminium Radiator', NULL, NULL, '43.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('de76e785-698d-4e35-bafa-f65b31a1a8e3', 'a4e2cac2-4ecf-4d57-b606-6f6f6147813b', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '24.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('def2c8c8-c305-42e0-8019-330a8be1be15', 'e35630a2-6a70-40e2-afa0-8ff0ce37002e', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '87.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('df212a15-d0c7-4563-b58c-4faf4cf77c04', '43add38d-e3d8-463b-88d6-70ea969d6893', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('df9a605f-672a-4dc6-81c4-7e64e226813f', 'fdb2d430-67ca-4f7e-98ad-843ab4030345', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '63.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dfd11cc3-3ecb-405f-8b87-a653bd925038', 'bd48c167-e2f3-464c-8934-0fee3265c8dd', '34aceffb-6639-4ddc-b160-a2a145114032', 'Thanni Cover', NULL, NULL, '14.00', '59.00', '0.00', '18.00', '826.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dfe037df-5dd9-4721-98a6-65cf728a67b5', 'dba2ed22-bc76-403d-94af-f25058d18284', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '74.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dfe5e97e-5180-4f4a-9b2e-578d83aa6743', '22ab9f62-9ca6-4f41-9fa9-5fa1f30c2beb', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '56.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e02de319-ba1f-49f1-814c-73b144457ff1', '76998c17-c189-45c9-955e-7f3a8f526771', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '31.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e05e8c1a-855c-4998-b2e1-c511e68c4b41', '4850b002-c7ab-4c15-87f4-57923851ab94', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '16.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e0be993a-1488-450a-b816-256d6012a16f', 'c4f58ceb-d681-436f-96ab-f647c8cbef60', '5b0eaece-0e63-4e27-8eb3-ef1433323c3d', 'Chinna Battery', NULL, NULL, '41.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e1127b7a-98f7-4671-ba5c-dce27ac0fe8b', '4308c87e-c192-4372-935e-084b2a0ae8f4', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '104.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e1c0f87c-7422-4bff-b75e-5b83e315dd91', '9aec8576-8e87-41e7-87e5-89d7cf3f2e73', '27a9a2ce-08db-4d1f-8883-65c4a7c42de1', 'Book', NULL, NULL, '46.00', '55.00', '0.00', '5.00', '2530.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e1c7cce8-6b85-45d3-9daf-e770724871ef', '3772b918-16cc-4c1e-baba-f7f40d623f96', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '37.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e2544b98-5fdc-4705-b109-9ebd8dcd9a5e', '2f455932-3a32-4218-8f87-944963f4e268', '7eff38fb-841f-4693-9c9f-ded8bf73b620', 'Copper', NULL, NULL, '94.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e3398057-d0ea-48dd-a518-ad93269ee311', 'c13b39d5-4b35-47c2-805f-10e09db699d5', 'a13af35a-f223-4ff2-a9c9-f506e4110a30', 'Battery', NULL, NULL, '63.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e33ff41a-243c-4997-8cc5-9b4e6a0a613a', '4de61e3a-cc31-499d-bddc-f40e92387281', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '96.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e40bb08c-0afc-43db-a508-898445f88e79', 'f84b9b23-7e07-449a-b498-ccd22413e0e7', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '10.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e4422614-d7ec-4af7-9cd1-a5a3c93ce66b', 'c2376c02-660a-404a-bf60-4a2feeb6ea6f', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e4bd1544-1e13-4b33-b2a7-f7bfbb4bc1ee', '346446bb-c4d3-49f0-ad73-2c7bd18f7339', '034ba453-b186-4927-945c-cec10cd53f61', 'MS', NULL, NULL, '81.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e52ea5f9-8fc6-4640-be1f-086841df03db', '70c4de54-e8b0-4020-9d3f-96afd5a62006', '8196dca5-60fb-42fc-93ca-2ed9e8746002', 'Aluminium Radiator', NULL, NULL, '35.00', '38.00', '0.00', '5.00', '1330.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e5329fd4-3106-413e-aeb9-340c9b9a51ee', 'd256d1d7-e8d7-4f33-9d79-109bae77f9d9', '34aceffb-6639-4ddc-b160-a2a145114032', 'Thanni Cover', NULL, NULL, '87.00', '59.00', '0.00', '18.00', '5133.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e5793af8-2d19-4431-83aa-3434d0f36579', 'eb6936a3-f804-4beb-b92d-db4c66679b8d', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '100.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e5ad8ba7-e8bb-4e4e-b0e1-bf1f2a9267c5', '7e1e43c7-7b00-4aae-8523-488f2839a3bf', '3f454755-a724-475f-b1ee-da42744567ef', 'Note', NULL, NULL, '13.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e614f018-367e-4fbc-b09f-529db6d19756', '2de38345-bb4b-427a-9673-c2a954d7edf2', '9e393a98-936d-43ea-ad86-53f9dc234256', 'Moodi-2', NULL, NULL, '20.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e66aa12e-9175-48e0-a9a8-51d71be807d0', '94b2d12d-4e05-4f6d-922f-73d7e6a72d29', '62551ab6-a8be-4b71-987a-d652e511fb38', 'Book', NULL, NULL, '73.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e7816a61-e6bc-43b1-9b84-0c9cd52f501a', '4d25a13f-c472-4266-a4d8-ef9501e24704', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '13.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e8137077-1357-4c5c-929d-74dbabd9e323', 'afd4f92a-0f5f-4974-b8e7-35410de3d701', 'cf0719bb-3a16-41a7-a5bb-01ce9574256d', 'Door PVC', NULL, NULL, '93.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e9a38dc9-8e49-4925-bb6c-f383bd56393f', 'ab9cdf85-27ac-4dc4-8561-76a5d9a1cd3d', '31150efd-7dac-42a4-9d4e-1b3c761a71fd', 'Newspaper', NULL, NULL, '93.00', '32.00', '0.00', '5.00', '2976.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e9bd4dfb-5e5b-4cc4-bd1f-c68bfec7bbee', 'afd4f92a-0f5f-4974-b8e7-35410de3d701', '848ee0b2-2027-47f8-9e47-670dfc1fa48b', 'VMS', NULL, NULL, '62.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eae069b9-8aee-48af-9396-6cf45c08ead2', 'c4a3ea30-827e-441f-9210-b3e730b16f91', '07af2aa1-a67e-46be-90a4-8fd352851813', 'Wire Koodai', NULL, NULL, '45.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ec41d809-baee-4990-9dbe-5be43d1a026a', '72b9d9b9-0b91-465c-b794-12e398f9e5e8', '9dbd8f4c-af42-4fdb-aed1-f00b4fbb3858', 'PVC', NULL, NULL, '84.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ece72593-5d38-4723-96df-b1a1c002c512', '8115fe79-4e02-4866-8099-057a8c8e95f1', 'dac5f8d6-9ce0-4c46-81bf-6582d9db3efa', 'Kadak', NULL, NULL, '98.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ed41690a-ea0f-4894-bbb4-478b9ba507e4', '2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', '30a33bd1-d7f8-4187-ad72-7eaf0daf5d2d', 'Udha', NULL, NULL, '49.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ed66522b-2fb7-46e2-b83b-c067fe6b79d6', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', 'be109b95-1b45-479e-b7e2-5dc98800f4dc', 'Matti', NULL, NULL, '48.00', '44.00', '0.00', '5.00', '2112.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ee3fbcab-d75c-445c-be51-1872e80c49c6', 'fdb2d430-67ca-4f7e-98ad-843ab4030345', 'a14ad477-72c0-424a-a278-1d4696b208e3', 'Pithalai', NULL, NULL, '108.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ee7923de-34a5-4315-b431-10b35765af11', '19e34932-c55f-46eb-a002-8867eb91ec9a', '8196dca5-60fb-42fc-93ca-2ed9e8746002', 'Aluminium Radiator', NULL, NULL, '24.00', '38.00', '0.00', '5.00', '912.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ee7d6490-c7a6-4641-b476-484ce70ba849', '6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', '9dbd8f4c-af42-4fdb-aed1-f00b4fbb3858', 'PVC', NULL, NULL, '97.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eef669f4-a826-48e6-acd1-8e5eea452884', '488e51e8-d5dd-4e82-a987-a1aec321d5a4', '0a7b00f3-66db-48c0-ac17-885cfc507bd8', 'Tube-Bike', NULL, NULL, '53.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ef1e11b1-7f5f-4fa5-9811-81b219b51cb1', '3fdb3a18-1e0c-4c07-b462-31661193eee0', 'd3abde56-4801-44de-9209-56874148d86a', 'Bed', NULL, NULL, '77.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f0a16468-b656-458e-883e-f4f2d15db848', '99699f55-471c-42f0-80bc-c3d9b66cbdfb', '20b3b2f9-16d0-4815-9909-6e36ec672a7b', 'BC', NULL, NULL, '49.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f108d764-b597-4796-83e3-99b04d92eb06', '261078ba-007c-4516-8e54-c2066d80878d', '0e995b57-2d95-415d-adc4-f9491fa2ffbe', 'Syntex', NULL, NULL, '67.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f1853ee8-7b8c-4123-acd2-273f56a89a4f', '3f640636-4b61-465f-bedc-8b2daf76ce2b', '51e9957f-f016-4f24-be24-cc9c46ed59f4', 'Copper Radiator', NULL, NULL, '70.00', '33.00', '0.00', '18.00', '2310.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f1884d11-f710-47cf-8db0-51a7a8e0622f', 'fc70c781-f1ae-4e95-9ceb-8ab4e0e4bbc9', '1284b049-7381-4219-9494-d40ceceeb679', 'Udaiyal', NULL, NULL, '93.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f20bb1b9-66b3-4dd6-a439-1d40d539ade8', '50c88d54-3a44-45d0-b68b-c7998276c6b6', 'cdcd4692-f37e-4ce1-868f-d26e70408953', 'Bommai', NULL, NULL, '97.00', '31.00', '0.00', '5.00', '3007.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f23ab92c-bcba-4bd7-ba0c-b2070c4822e9', 'd87b77f6-2bf5-445e-97e2-e53be81c05b0', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '48.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f289d78c-d702-4267-b6fc-6cc50cc2185c', '341b5f1f-91e9-4a19-87aa-2b755f9def2a', '4d2e223d-bc67-4e29-b2ad-481805f4ba00', 'Thagaram', NULL, NULL, '30.00', '63.00', '0.00', '18.00', '1890.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f2acb7ab-4506-48c5-8fc0-20df1a733ebb', '2f628d10-48d3-44ad-92eb-d8b482efea49', 'c57e437b-8f8f-42f2-b2fd-a507ac6e790b', 'Mixy Kadak', NULL, NULL, '19.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f2d76d8f-4a5c-490c-89a7-8afd4e720163', 'afd4f92a-0f5f-4974-b8e7-35410de3d701', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '75.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f2ea3828-f1f6-41d9-8d0d-ca0c26953ab1', '41cff981-c64f-495b-a866-4b55d0c12657', '4d2e223d-bc67-4e29-b2ad-481805f4ba00', 'Thagaram', NULL, NULL, '84.00', '63.00', '0.00', '18.00', '5292.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f3140194-3976-4221-a858-74df2ccc8be3', '2ffb5a8f-634a-462a-a500-8c537fa4a2de', '842d8cbf-6a55-449a-82b1-22eab8776672', 'Chair', NULL, NULL, '30.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f3f48b4a-e399-4d2b-9467-9f4992de906b', 'bd41bcfb-1020-45f7-ad10-7f9ec7e0bfa7', '37d90e82-5069-4b72-85a2-014f2530ae75', 'Beer Tin', NULL, NULL, '66.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f435177e-ee37-47e8-ba4f-a823c7c4d2c5', '9f9925f8-026c-4834-ab27-6a2f2e42e811', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '84.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f4727c00-aaee-41e5-b4c3-5fa59d12cc55', 'c96d8435-4a93-4386-bb58-4c0a0388790b', '20fb0a80-9fe6-4f1c-a8f7-ef2022270a6f', 'Note', NULL, NULL, '53.00', '42.00', '0.00', '18.00', '2226.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f49ddfba-fa48-421d-8735-8f09c7d8e4fc', '341b5f1f-91e9-4a19-87aa-2b755f9def2a', '83236763-2ae8-4f41-894a-b09289e43727', 'Bike', NULL, NULL, '108.00', '56.00', '0.00', '5.00', '6048.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f4cd99e7-2848-42eb-aa68-2a72a5548105', 'bd53f73e-a0c6-47e3-8105-0df5a870b7ff', '2e9cc3c0-e8a2-486a-85f0-1efd4c3fb35c', 'Thagaram', NULL, NULL, '108.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f607aa48-6f28-440b-9483-50528cfa7210', '3a254550-af30-47ba-90f7-30e24903cdd8', '8ae8a67b-b300-44c5-b92a-f8ba98f3a6f1', 'Tube-Bike', NULL, NULL, '15.00', '53.00', '0.00', '18.00', '795.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f61f3776-0ce3-4bce-8c97-55ae2886909e', '76998c17-c189-45c9-955e-7f3a8f526771', 'a14ad477-72c0-424a-a278-1d4696b208e3', 'Pithalai', NULL, NULL, '65.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f6d865db-100a-4843-a0fe-1ef641e780d2', 'c4f58ceb-d681-436f-96ab-f647c8cbef60', '074bef30-5f93-4d9c-bd86-89e2704d6322', 'Kudam', NULL, NULL, '55.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f81e854c-3a10-43e0-9861-eea2c1b7b64d', '49902db3-9511-449b-87ff-01537981b5ba', 'a5b686ad-9079-433c-8c13-68ae15265509', 'Newspaper', NULL, NULL, '72.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f88cb05d-717d-4a6c-8e2d-26a854df2512', '95ad9be5-5682-4cee-8c4c-34472b15fbaf', '5b4ff90c-850a-4ab7-bf7c-b47f80f859af', 'Pithalai', NULL, NULL, '32.00', '59.00', '0.00', '18.00', '1888.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f981d5f5-77b9-4042-a7ea-32b3d15b912e', '79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', '2381d9d2-3fbb-47fc-86b6-27adc94b39b3', 'TV kadak', NULL, NULL, '102.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fa60d029-f05c-41aa-bef3-006be569c4a7', 'bd41bcfb-1020-45f7-ad10-7f9ec7e0bfa7', 'c7b43091-b894-4cd6-8f2c-787cb9b2b8a5', 'Food Paper', NULL, NULL, '96.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fa6e4a69-2e11-4fd2-a6de-78241e10b010', '2a30ed5b-4b0e-44e6-b61b-19e75cc572ad', '3517aec5-bef7-47a3-b7f4-c381ddf219db', 'Periya Battery', NULL, NULL, '74.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fab73c4b-cd90-4407-9697-d896be6590b8', '346446bb-c4d3-49f0-ad73-2c7bd18f7339', '3f454755-a724-475f-b1ee-da42744567ef', 'Note', NULL, NULL, '98.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fb16aad2-bc01-4676-9ac6-15eb4af2663e', '4308c87e-c192-4372-935e-084b2a0ae8f4', '848ee0b2-2027-47f8-9e47-670dfc1fa48b', 'VMS', NULL, NULL, '93.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fb340967-338c-48ba-b56e-a914d36f5c28', '81d048fb-73f5-427a-90dd-a111969e643f', '94135124-0a6a-49eb-8005-e4917606e2ef', 'Crystal', NULL, NULL, '24.00', '54.00', '0.00', '18.00', '1296.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fb677832-2366-4798-a80f-e0b51f57cc11', 'c4a3ea30-827e-441f-9210-b3e730b16f91', 'd6f82fc3-6c07-43da-bc70-ee7979711394', 'Attai', NULL, NULL, '89.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fb6820b2-0ecb-45f7-8422-9db12b48e998', '86a36ff5-c340-43d8-bef4-15d4cbf909bf', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '91.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fcffa7b1-c2f1-4412-bd54-d6c901642079', 'a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', 'c338f92a-30f3-4eef-a244-1659f9c94974', 'Car', NULL, NULL, '92.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fd2bd8b0-7bb6-4f3a-97ee-634bdd53e87d', 'ac53b63b-0d44-4a4c-93e1-27cb41c979b5', 'aeca435d-f209-45ed-9bf8-18bf23ca6fd6', 'Copper Radiator', NULL, NULL, '35.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fe377a48-58ba-4a3d-ab80-74c1e8bcf6fc', '7a7f45d5-08fb-40ef-b380-8424341c7c46', '47e57e58-a51a-4f65-b10c-c51f4e2c31db', 'Thanni Cover', NULL, NULL, '105.00', '0.00', '0.00', '18.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fe8507a6-26a7-491d-b946-bc89d45725b2', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '9f269cab-f05c-4917-a0fa-5f46f93d5acb', 'Eeya kindu', NULL, NULL, '85.00', '35.00', '0.00', '5.00', '2975.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ff08f347-5110-4275-97ad-a771f5ea4595', '8115fe79-4e02-4866-8099-057a8c8e95f1', 'd15fedb5-5071-48e9-8098-55ef402168a1', 'Matti', NULL, NULL, '17.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `bill_items` (`id`, `bill_id`, `item_id`, `item_name`, `hsn_code`, `unit`, `quantity`, `unit_price`, `discount_percent`, `tax_rate`, `total_price`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ffce8df1-8bf2-4827-be52-5663fd679bca', 'ff56c52b-a139-45ce-8533-229c83f94cc2', '03343b33-787b-479e-a056-ff8a42f5c783', 'Bommai', NULL, NULL, '35.00', '0.00', '0.00', '5.00', '0.00', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: payments
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('020e9ac1-0955-4a6a-842d-7ff9f31c770f', 'b88322ef-b8ad-4bd9-8d36-3a23b883f427', '13ed9aeb-c38c-480e-94b4-bd977af41382', 'out', '2026-05-14 00:26:33', '16621.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('06c93821-fee2-4344-8795-865553fc455a', 'dbeeb12b-c597-4686-87f5-911dee5dc8e3', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', 'out', '2026-05-29 00:26:33', '6827.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0a9fe3d8-a047-4176-80f9-6dd9516bc2ce', '2963ca45-1415-465d-8c5b-51d7fd725d9c', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', 'out', '2026-04-19 00:26:33', '9128.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0b534885-be1d-4d72-92f6-e18c4a4c3a87', '9816e78b-3951-446c-9f5d-9beba02fcd64', '7090eee5-197d-4dcf-a509-536622452d5c', 'out', '2026-04-28 00:26:33', '8687.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0c39cd95-2602-48ff-9601-99e7b126e54f', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '29b3435d-0bee-4b96-92bb-10c43f482b90', 'out', '2026-04-21 00:26:33', '14984.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0d74a2f7-12b0-4f4e-b436-a25166ac16b6', '383d7221-a87e-4a1d-93c0-899bb1e77508', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', 'out', '2026-05-14 00:26:33', '7014.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('15886d09-143a-4168-869a-88b5f2fa7940', 'ab9cdf85-27ac-4dc4-8561-76a5d9a1cd3d', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', 'out', '2026-07-07 00:26:33', '6654.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('17f9bff7-9bb1-49f4-917f-4fe6fca8772c', '1aab8ef0-d523-407e-947d-fac6221ee063', 'c02518fd-c412-4249-b633-88da66b81ab7', 'out', '2026-06-28 00:26:33', '4980.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1e855e5e-ddff-4948-8554-1826c447ac8a', 'ebed3606-a692-41be-9d8d-acea5bf55151', 'eb109f35-7a6d-4f62-8f66-e0712076b5bb', 'out', '2026-04-20 00:26:33', '14569.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1ec24966-064f-4f6c-8640-7d486026c549', 'b3095450-a725-4909-91da-612224482aec', '29b3435d-0bee-4b96-92bb-10c43f482b90', 'out', '2026-06-06 00:26:33', '4288.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2338e976-b1cf-4ce1-b7e9-93e60dcbc3b5', 'c4b217fc-6cba-4dcd-b5f3-37d172b5e28a', 'c02518fd-c412-4249-b633-88da66b81ab7', 'out', '2026-06-21 00:26:33', '9943.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('26419fb9-6fa8-4c5b-87be-dbf4f3c8393d', '6b7ab46f-7b18-4bbf-9847-4988f62cd66c', '29b3435d-0bee-4b96-92bb-10c43f482b90', 'out', '2026-07-03 00:26:33', '4146.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3477c932-cd21-4f0a-b253-1120e0b0f1aa', '7424714d-26f5-4dfb-8365-0dcb860e39b8', 'daa6557d-2131-4f0d-9703-620f1898bb78', 'out', '2026-05-24 00:26:33', '7974.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('38f3a419-4254-4e54-aeff-b966cbe436cd', 'd2387d12-6872-40cd-b307-768e73684040', '29b3435d-0bee-4b96-92bb-10c43f482b90', 'out', '2026-05-15 00:26:33', '11688.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('41b6a27f-7c33-4f26-aa22-d1d6c4926522', '8a9e6d83-9de0-41e2-9474-5e810dd080fb', '8eecceb9-342b-41d2-b690-b4db77524b91', 'out', '2026-07-09 00:26:33', '2331.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('45bb78dd-5626-46aa-858b-91df490bb281', '341b5f1f-91e9-4a19-87aa-2b755f9def2a', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', 'out', '2026-04-21 00:26:33', '7237.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4f02023c-74b8-4403-afba-e24d2294c145', '3f640636-4b61-465f-bedc-8b2daf76ce2b', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', 'out', '2026-07-04 00:26:33', '6441.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('504e29c9-a466-4dad-88dd-7d63b7a51237', '86c56474-ddd1-4b76-b444-1e07e9bc3e49', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', 'out', '2026-06-05 00:26:33', '1359.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6da5fa2b-4839-4f07-8638-8c29fc9824bc', 'bd48c167-e2f3-464c-8934-0fee3265c8dd', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', 'out', '2026-04-23 00:26:33', '975.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('78ac19b6-9196-4672-912b-0b83071d33dd', '19e34932-c55f-46eb-a002-8867eb91ec9a', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', 'out', '2026-06-11 00:26:33', '2313.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7b132818-c00f-4673-b6b4-7fccc01d52fb', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', 'out', '2026-06-19 00:26:33', '6152.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8028fd01-edde-454e-a67b-a3964ff8158d', '9aec8576-8e87-41e7-87e5-89d7cf3f2e73', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', 'out', '2026-06-17 00:26:33', '5332.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('86140098-d540-4f51-a37f-bab28e23873e', '3ed55931-eb43-4544-a391-8e8ce432ad45', 'daa6557d-2131-4f0d-9703-620f1898bb78', 'out', '2026-05-14 00:26:33', '7048.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8c3ca243-0f02-454f-911f-825c08a86f7f', 'a0aae7a7-605f-4e5a-a4d1-9cb74db3fb28', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', 'out', '2026-06-10 00:26:33', '2439.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('92f1a1fd-370e-42c1-9e06-097dbba32e91', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', 'out', '2026-06-12 00:26:33', '5296.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('96aa6203-a678-41d5-ab1e-7e5297657edd', '55c293b0-d4ca-4df1-b89f-d390fdd94404', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', 'out', '2026-05-10 00:26:33', '21669.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('993449c0-8292-4c54-a6b8-48f18e0803dd', '91b0b84c-47c6-425a-85eb-1e63d45d04c5', '7090eee5-197d-4dcf-a509-536622452d5c', 'out', '2026-06-18 00:26:33', '5352.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9fcd9dae-2f6e-41d8-b564-6135030ea476', '51a0cecd-b5a9-431a-a13d-700053a245ee', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', 'out', '2026-04-14 00:26:33', '6148.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1cf1e28-f767-45bd-a12b-f2c54f1bb397', '95ad9be5-5682-4cee-8c4c-34472b15fbaf', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', 'out', '2026-06-07 00:26:33', '2380.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a4499789-14c0-45ba-b5bf-f74b361cc675', '81d048fb-73f5-427a-90dd-a111969e643f', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', 'out', '2026-05-20 00:26:33', '16606.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a7ac294c-6a88-4b36-931b-797d1e8ff23d', '1f685fa8-60af-4fc9-ae7e-4695dc9ebabe', '101da879-b8ca-419a-bc8f-3cc8fc437769', 'out', '2026-07-02 00:26:33', '2279.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a9a73c96-79b1-426e-be41-35114bb97248', '41cff981-c64f-495b-a866-4b55d0c12657', '7090eee5-197d-4dcf-a509-536622452d5c', 'out', '2026-05-18 00:26:33', '11930.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b0e255f8-999f-4efe-99ff-a771dd4679a9', 'f00baa4e-866c-412c-b90a-21c7bf7452a8', 'e0e63936-74fa-4388-95cb-2726382d5764', 'out', '2026-05-18 00:26:33', '2180.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ba5fd49c-7c32-4c01-9283-e68229ebe868', 'ef4fbf93-1e1c-491b-8ac7-ad6b62c01b64', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', 'out', '2026-06-28 00:26:33', '3856.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bbb347e2-292d-4219-863d-300371c6e7b1', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', 'out', '2026-04-30 00:26:33', '5599.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bc780f6a-1add-46aa-bcc9-bf700e4c3943', '64b5c3a6-c150-4c6d-983a-12ab5b4cdad0', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', 'out', '2026-04-13 00:26:33', '2961.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c06bfe9d-8d0e-4e45-a2d0-a56275aa5480', '298ecf4f-366c-46ff-99e3-28849d9e4ee2', '29b3435d-0bee-4b96-92bb-10c43f482b90', 'out', '2026-06-23 00:26:33', '4836.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4075c45-aa28-49e2-8daf-a33da76c85d5', 'b4580712-04c0-4832-9f8f-4a45c06873a7', '101da879-b8ca-419a-bc8f-3cc8fc437769', 'out', '2026-07-06 00:26:33', '5171.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c48a49cc-e26a-4ecd-9faf-02e12df0b238', '20714c7f-fe28-4318-8597-aa619b2224d6', 'c02518fd-c412-4249-b633-88da66b81ab7', 'out', '2026-05-28 00:26:33', '14339.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4c0cb34-9526-4061-92fc-8ba42797fbae', 'c96d8435-4a93-4386-bb58-4c0a0388790b', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', 'out', '2026-07-08 00:26:33', '8994.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c8d4c748-30dd-48dd-81bf-280c511a0f35', '3ac5eacb-bd94-4493-93b9-eca72d79e40f', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', 'out', '2026-05-15 00:26:33', '10345.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cae2ef63-9ed0-4588-8d37-469245ffa038', 'd68d3799-45b8-4cbe-afdc-7982356e19fc', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', 'out', '2026-04-15 00:26:33', '1277.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d1898157-850f-4f3e-834a-ef52cc25411c', 'dcf76cad-775f-4b97-b6d7-3e5ed568b890', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', 'out', '2026-06-20 00:26:33', '207.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d6482834-a5f6-4531-bb6c-669df63b20c4', '24d20977-00c4-490c-b382-1a23b4cc60f8', 'e0e63936-74fa-4388-95cb-2726382d5764', 'out', '2026-04-29 00:26:33', '4260.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e7c9faa7-8fe0-471c-a5b7-6fb59b3b8d17', '645efeac-ae96-4dc7-8ca0-e2306841eef6', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', 'out', '2026-04-21 00:26:33', '7749.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ef8c495a-34a4-4717-babf-29c0439ab83d', '6775e5a9-9af9-4c7a-8762-c1a2d8949fca', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', 'out', '2026-04-24 00:26:33', '4663.50', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('efcc6ec0-5b4e-4eee-b9ae-04e288d8c362', 'a5ac3c65-b92d-4106-ab21-179779867fdb', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', 'out', '2026-05-19 00:26:33', '11199.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f131790d-dd31-4c05-9f8a-826ed5a395d3', '25140a05-c96b-4b38-b07d-7da3fb234fef', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', 'out', '2026-06-29 00:26:33', '9553.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f31a00ac-0e85-4c0f-a7a9-4b5a7c8859ba', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', 'out', '2026-06-17 00:26:33', '9056.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `payments` (`id`, `bill_id`, `party_id`, `type`, `date`, `amount`, `payment_mode`, `reference_number`, `notes`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f41934d6-7f3c-4975-8553-42d4fe95759d', 'd256d1d7-e8d7-4f33-9d79-109bae77f9d9', '7c070003-29af-48fb-88ef-ec752cd440b1', 'out', '2026-06-05 00:26:33', '7780.00', 'cash', NULL, NULL, '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: party_ledgers
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('001da87f-9a35-45ce-9017-0b64cab6b9ca', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-05-15 00:26:33', 'sale', 'e97a0373-ec2f-4b42-ad19-188e0f3bc03a', '0.00', '0.00', '0.00', 'Bill INV-2026-0067', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('03872cbe-2b78-4da6-adae-c2c1713d0cef', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-06-18 00:26:33', 'payment_out', '993449c0-8292-4c54-a6b8-48f18e0803dd', '5352.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0045', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('03bda5a8-14b6-4aa9-a40f-508069862a16', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-29 00:26:33', 'payment_out', 'f131790d-dd31-4c05-9f8a-826ed5a395d3', '9553.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0051', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('042cf6dc-9d1c-4562-a986-f7fab28ecc12', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-24 00:26:33', 'payment_out', 'ef8c495a-34a4-4717-babf-29c0439ab83d', '4663.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0056', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('04f3836e-5822-443f-aab7-bf15b773bcf6', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-05-24 00:26:33', 'sale', '045465ea-e3e6-4e3e-877e-f51e3695b459', '0.00', '0.00', '0.00', 'Bill INV-2026-0059', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('07489939-e5ad-4819-9851-8eab35d4e663', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-05-18 00:26:33', 'sale', 'e057cefe-1718-4ba5-b209-62d9669e198d', '0.00', '0.00', '0.00', 'Bill INV-2026-0017', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('07a66ace-7a16-4002-a313-8bfbb164c3bb', 'b2e2cd31-ee41-4984-883e-731ca4251732', '2026-07-05 00:26:34', 'sale', '7a7f45d5-08fb-40ef-b380-8424341c7c46', '0.00', '0.00', '0.00', 'Bill INV-2026-0114', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('081e0499-07ca-4f96-9052-1c9b09e442ba', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-20 00:26:33', 'sale', '7a26b25b-c31d-4cc4-a655-ab338b2880da', '0.00', '0.00', '0.00', 'Bill INV-2026-0037', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('082e489c-1144-46cb-b6dd-fbaf5baf26b5', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-06-28 00:26:33', 'purchase', 'ef4fbf93-1e1c-491b-8ac7-ad6b62c01b64', '0.00', '3856.00', '3856.00', 'Bill PUR-2026-0049', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('08615261-860e-444f-86c8-16b3a0c98ca3', '9bc66362-54ca-43b9-b805-40d6c7cc149e', '2026-04-29 00:26:33', 'sale', '2af38da7-2d76-42ef-a0a2-2836271b98e4', '0.00', '0.00', '0.00', 'Bill INV-2026-0055', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0b425065-1a51-48f0-b327-f6eb38ea4b61', 'ba49bbc5-a47d-4a73-a0fc-17a222512e7b', '2026-05-29 00:26:33', 'sale', '2f1236ea-137c-4be5-a2d9-f9ece47a9f7e', '0.00', '0.00', '0.00', 'Bill INV-2026-0052', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0c8170c8-54b1-42aa-a154-4cf93ae01124', 'f34db23f-5c0f-4299-ac73-3fa09897e3bf', '2026-05-29 00:26:33', 'purchase', '3a254550-af30-47ba-90f7-30e24903cdd8', '0.00', '13241.00', '13241.00', 'Bill PUR-2026-0010', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0eee13cc-3723-49c3-9471-bdac5dc195dc', '95fa4fa7-e4f3-41eb-87eb-40cd3175b966', '2026-06-06 00:26:33', 'sale', 'afd4f92a-0f5f-4974-b8e7-35410de3d701', '0.00', '0.00', '0.00', 'Bill INV-2026-0056', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0f472c68-2da3-4bf3-9581-1494a68602e5', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-06-28 00:26:33', 'purchase', '1aab8ef0-d523-407e-947d-fac6221ee063', '0.00', '4980.00', '4980.00', 'Bill PUR-2026-0030', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('10693d00-d1e4-4405-997f-b3a30b404283', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-05-09 00:26:33', 'sale', 'f63878dd-7612-4dc1-a657-6385a030044b', '0.00', '0.00', '0.00', 'Bill INV-2026-0039', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('12d37e20-a965-4992-b4e6-d0c98a4c3da2', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-05-21 00:26:33', 'sale', 'c270bf06-6c33-4a07-bcd0-a307534797b5', '0.00', '0.00', '0.00', 'Bill INV-2026-0014', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('13777186-3ecf-407d-a994-88a7fb700060', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-05-18 00:26:33', 'payment_out', 'b0e255f8-999f-4efe-99ff-a771dd4679a9', '2180.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0050', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('13906859-7d2f-4a77-a7fc-2c2dc46d314f', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-06-28 00:26:33', 'payment_out', '17f9bff7-9bb1-49f4-917f-4fe6fca8772c', '4980.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0030', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('14c7f4e4-f900-4a57-81b4-0df67eb247ac', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-07-01 00:26:33', 'sale', '1c98b4af-ab91-44ab-b232-255bda2cfd3f', '0.00', '0.00', '0.00', 'Bill INV-2026-0020', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('171fa0c5-646f-440f-9d64-908ea5220971', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-05-15 00:26:33', 'purchase', 'd2387d12-6872-40cd-b307-768e73684040', '0.00', '11688.00', '11688.00', 'Bill PUR-2026-0055', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('17e87d3a-40ab-4080-a1a1-b491e26f7782', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-06-24 00:26:34', 'sale', '2ee233c8-4e88-4007-ad89-bff4a8894319', '0.00', '0.00', '0.00', 'Bill INV-2026-0111', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18156aca-bc33-4b13-ad2e-b5fceb2be129', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-15 00:26:34', 'sale', '8c8681c3-6050-4df1-a917-3867d5b3d8fd', '0.00', '0.00', '0.00', 'Bill INV-2026-0118', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18afd07a-5c5a-407b-88d2-b3440d3c85f1', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-24 00:26:33', 'purchase', '6775e5a9-9af9-4c7a-8762-c1a2d8949fca', '0.00', '9327.00', '9327.00', 'Bill PUR-2026-0056', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18c81b9f-5821-4fc8-8457-b904127972e4', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-06-11 00:26:33', 'payment_out', '78ac19b6-9196-4672-912b-0b83071d33dd', '2313.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0024', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1910d799-ae0a-4bca-adee-ee96808b8def', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-05-18 00:26:33', 'purchase', '41cff981-c64f-495b-a866-4b55d0c12657', '0.00', '11930.00', '11930.00', 'Bill PUR-2026-0019', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('19ba9b66-f6af-4ddc-a2a6-5ace6c53b0f8', 'a1a705bf-1ed5-4613-95c9-e8e22cb26738', '2026-05-17 00:26:33', 'sale', 'a93d5cce-15ae-4043-8ad5-07847ffd4048', '0.00', '0.00', '0.00', 'Bill INV-2026-0045', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1a92f234-412d-4a6d-94b4-9fd14aed427d', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-05-14 00:26:33', 'purchase', 'b88322ef-b8ad-4bd9-8d36-3a23b883f427', '0.00', '16621.00', '16621.00', 'Bill PUR-2026-0002', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1abddd78-be87-4ead-9ce9-c7c81d349c4e', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-07-03 00:26:33', 'purchase', '6b7ab46f-7b18-4bbf-9847-4988f62cd66c', '0.00', '4146.00', '4146.00', 'Bill PUR-2026-0040', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1d6ec650-1fd9-4a36-896e-ce06db422f47', '60afb66d-6dfe-4a51-862f-e58d07f32488', '2026-07-06 00:26:34', 'sale', '292e5641-29a5-4497-b4aa-9f86a1f06c7c', '0.00', '0.00', '0.00', 'Bill INV-2026-0097', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1dc5983b-f202-4cd2-9092-fe686c2f5964', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-05-26 00:26:33', 'sale', '2dbe9a17-c452-45d5-8aa7-55d32066a7f0', '0.00', '0.00', '0.00', 'Bill INV-2026-0004', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1dfeb86d-ca8b-4562-adcb-ae370279400a', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-06-07 00:26:33', 'sale', '488e51e8-d5dd-4e82-a987-a1aec321d5a4', '0.00', '0.00', '0.00', 'Bill INV-2026-0028', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2192de1d-142f-4004-9195-284aadf51e9a', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-06-06 00:26:33', 'purchase', 'b3095450-a725-4909-91da-612224482aec', '0.00', '4288.00', '4288.00', 'Bill PUR-2026-0052', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('21c0869f-b22c-47f5-9ea5-1bb524f52565', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-20 00:26:33', 'sale', 'bd53f73e-a0c6-47e3-8105-0df5a870b7ff', '0.00', '0.00', '0.00', 'Bill INV-2026-0027', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('21f9d473-fd5a-48ac-8287-c0391a6f05e5', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-07-04 00:26:33', 'sale', '9da8c19e-21a0-4de0-afd9-9547c852f0e3', '0.00', '0.00', '0.00', 'Bill INV-2026-0070', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('224da6f9-5ee6-4759-8ae8-b2f6b88c436d', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-20 00:26:33', 'purchase', 'dcf76cad-775f-4b97-b6d7-3e5ed568b890', '0.00', '415.00', '415.00', 'Bill PUR-2026-0009', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2547fdbd-8101-40ed-9ea1-20c59ca2905c', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-07-03 00:26:33', 'sale', 'c2376c02-660a-404a-bf60-4a2feeb6ea6f', '0.00', '0.00', '0.00', 'Bill INV-2026-0042', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('28c6c34c-4aa5-4a8d-9065-fab719c289fd', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-20 00:26:33', 'payment_out', 'd1898157-850f-4f3e-834a-ef52cc25411c', '207.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0009', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('28fd3579-53ab-411f-bd69-7ab790e546bb', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-15 00:26:34', 'sale', 'f319ab72-8f67-43cf-8b86-994c74207fbb', '0.00', '0.00', '0.00', 'Bill INV-2026-0090', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2a0cbc64-1f82-4744-bf74-ed8a5e83ced2', 'f89c5907-c1f0-4e4a-b475-1f06fa155910', '2026-05-27 00:26:33', 'sale', '94b2d12d-4e05-4f6d-922f-73d7e6a72d29', '0.00', '0.00', '0.00', 'Bill INV-2026-0063', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2a110b3b-d00a-4927-95f7-90437bf1a67a', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-04-21 00:26:33', 'payment_out', '0c39cd95-2602-48ff-9601-99e7b126e54f', '14984.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0059', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2b678222-8a98-4380-b30e-72887f96c028', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-04-29 00:26:33', 'payment_out', 'd6482834-a5f6-4531-bb6c-669df63b20c4', '4260.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0025', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2cc28dc7-498f-47ec-b583-865432343434', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-05-20 00:26:33', 'sale', 'fdb2d430-67ca-4f7e-98ad-843ab4030345', '0.00', '0.00', '0.00', 'Bill INV-2026-0021', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2e5f0e00-63a6-492b-a417-0002483c9345', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-06-11 00:26:34', 'sale', '7e1e43c7-7b00-4aae-8523-488f2839a3bf', '0.00', '0.00', '0.00', 'Bill INV-2026-0095', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('2eac069f-4c09-4a66-9e2d-648967f96118', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-04-28 00:26:33', 'purchase', '9816e78b-3951-446c-9f5d-9beba02fcd64', '0.00', '8687.00', '8687.00', 'Bill PUR-2026-0048', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('30d9e3b3-4982-4718-b6bd-282b6ca2c37e', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', '2026-06-12 00:26:33', 'purchase', 'be5c9158-0e5b-4b00-8a7f-8e82a41c1835', '0.00', '10592.00', '10592.00', 'Bill PUR-2026-0036', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3139a7c0-67f4-4973-be96-22d7b4a26c9b', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-05-10 00:26:33', 'payment_out', '96aa6203-a678-41d5-ab1e-7e5297657edd', '21669.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0021', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('31fdd41f-d11f-4a52-8f20-809bf0e59539', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-04-30 00:26:33', 'purchase', 'bb92e644-5be0-48b7-a7bd-d6f62d34b2f7', '0.00', '11198.00', '11198.00', 'Bill PUR-2026-0035', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('321e132c-4215-4d75-a091-04f1b1a9181a', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-05-19 00:26:33', 'payment_out', 'efcc6ec0-5b4e-4eee-b9ae-04e288d8c362', '11199.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0060', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('32679d40-4436-4663-a116-13aca43133da', '4a10fbee-bc16-486d-9f84-8997b6572067', '2026-05-25 00:26:34', 'sale', '9eef7770-d93c-4a05-a322-f07b6ad30613', '0.00', '0.00', '0.00', 'Bill INV-2026-0106', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('33303b1f-9394-483c-9994-9de16dc4281f', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-07-05 00:26:34', 'sale', 'fc70c781-f1ae-4e95-9ceb-8ab4e0e4bbc9', '0.00', '0.00', '0.00', 'Bill INV-2026-0117', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('33318194-f004-4b2e-82b3-bdab54e372e4', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-14 00:26:33', 'payment_out', '9fcd9dae-2f6e-41d8-b564-6135030ea476', '6148.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0023', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('33d2a060-b5b2-41aa-8682-e20eccbcfb16', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-06-21 00:26:33', 'purchase', 'c4b217fc-6cba-4dcd-b5f3-37d172b5e28a', '0.00', '9943.00', '9943.00', 'Bill PUR-2026-0053', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3526dfca-9856-4fe2-9248-a792a7406eac', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-05-11 00:26:33', 'purchase', '546d40be-3ea1-462a-8eca-ffe275b3d0d2', '0.00', '4459.00', '4459.00', 'Bill PUR-2026-0037', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('354d8972-d361-4113-873e-9c310f5cb2e3', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-04-16 00:26:33', 'purchase', '2916a65c-7789-48a0-aac5-1f0827ff0b8e', '0.00', '11822.00', '11822.00', 'Bill PUR-2026-0041', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('37ca52d6-df6f-4f0a-b0f2-7e458d5fcedf', '101da879-b8ca-419a-bc8f-3cc8fc437769', '2026-07-06 00:26:33', 'payment_out', 'c4075c45-aa28-49e2-8daf-a33da76c85d5', '5171.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0013', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('381ba76a-2a44-411c-96f5-2844a00cf1f9', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-06-28 00:26:33', 'sale', '2f628d10-48d3-44ad-92eb-d8b482efea49', '0.00', '0.00', '0.00', 'Bill INV-2026-0024', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3a7d6280-9d86-46dc-b641-ff835802a394', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-05-14 00:26:34', 'sale', 'ff72ee35-01cd-4dcf-b377-7ddf7e03107d', '0.00', '0.00', '0.00', 'Bill INV-2026-0105', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3cb0e535-3a70-4003-ab14-6a0aa8137afc', '6093f0ed-9b6c-4ece-941f-a22f35787113', '2026-06-16 00:26:33', 'sale', '99699f55-471c-42f0-80bc-c3d9b66cbdfb', '0.00', '0.00', '0.00', 'Bill INV-2026-0060', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('3d0b3e23-7f3f-4b56-b2ed-68115e0641c8', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-01 00:26:33', 'sale', '8f3022ed-761e-4515-9a3f-dfc56e747a42', '0.00', '0.00', '0.00', 'Bill INV-2026-0041', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('41cea4bf-c11e-4338-a8e4-2c7cdb4da331', 'daa6557d-2131-4f0d-9703-620f1898bb78', '2026-05-14 00:26:33', 'payment_out', '86140098-d540-4f51-a37f-bab28e23873e', '7048.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0027', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('42622be4-39e8-449b-b1c2-52472aa910ac', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-05-20 00:26:33', 'purchase', '81d048fb-73f5-427a-90dd-a111969e643f', '0.00', '16606.00', '16606.00', 'Bill PUR-2026-0001', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('429070cf-fee2-4ea3-adc9-4e0aa02a681a', 'ef79b832-e98a-4349-919e-5385758281ca', '2026-05-24 00:26:33', 'sale', '904c69c0-5654-4729-8c37-40a7fe8c3314', '0.00', '0.00', '0.00', 'Bill INV-2026-0068', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('431b94f2-451b-49ac-a90a-fafe28421574', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-05-15 00:26:33', 'payment_out', '38f3a419-4254-4e54-aeff-b966cbe436cd', '11688.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0055', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('44c6eda4-25ca-43fa-a234-13de40641a12', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-04-22 00:26:34', 'sale', 'cc073781-c42a-4ef3-8874-f8551ba9181d', '0.00', '0.00', '0.00', 'Bill INV-2026-0086', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('489fe156-de30-4b1c-93ac-44101fbbe79e', '34baeed3-a1cc-4d60-9076-66ae7d62e365', '2026-04-15 00:26:33', 'sale', 'c5f90c03-14f7-49a0-9222-7b06678f9128', '0.00', '0.00', '0.00', 'Bill INV-2026-0006', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('48eda073-bd41-4a8e-9b93-de8fa57161db', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-21 00:26:33', 'payment_out', 'e7c9faa7-8fe0-471c-a5b7-6fb59b3b8d17', '7749.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0057', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4a899d46-81d8-434d-9763-3aa9f19740b9', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-06-15 00:26:33', 'sale', 'bca352dd-1c4f-4c32-a180-179442519459', '0.00', '0.00', '0.00', 'Bill INV-2026-0019', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4c76e8ec-7905-4c78-93a9-b7b88ec8d065', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-07-07 00:26:33', 'payment_out', '15886d09-143a-4168-869a-88b5f2fa7940', '6654.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0044', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4cb3497f-c137-4774-88a7-7f54e084f331', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-06-19 00:26:34', 'sale', 'bcb527ff-fc54-4e85-99f9-5c2809ac2413', '0.00', '0.00', '0.00', 'Bill INV-2026-0092', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4cec651a-a529-48dd-8c16-a8b92920ca17', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-07-02 00:26:34', 'sale', 'bf81f2a5-cf85-4cec-84f5-043e83e4cff5', '0.00', '0.00', '0.00', 'Bill INV-2026-0080', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4d03ec87-c938-4d0f-b340-129103b5dc43', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-24 00:26:33', 'sale', '2c52ad76-efe0-44ad-ae28-ae9db62a8eb8', '0.00', '0.00', '0.00', 'Bill INV-2026-0005', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('50770009-85f9-41ee-998d-fb039e1961e1', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-05-11 00:26:33', 'sale', 'dba2ed22-bc76-403d-94af-f25058d18284', '0.00', '0.00', '0.00', 'Bill INV-2026-0065', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5275a4af-c174-4306-a0ec-f8a254cc8334', '8eecceb9-342b-41d2-b690-b4db77524b91', '2026-07-09 00:26:33', 'purchase', '8a9e6d83-9de0-41e2-9474-5e810dd080fb', '0.00', '2331.00', '2331.00', 'Bill PUR-2026-0014', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('53abb97d-30e2-4b3e-83c7-7e6c89737b3c', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-06-17 00:26:33', 'payment_out', 'f31a00ac-0e85-4c0f-a7a9-4b5a7c8859ba', '9056.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0034', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('54b60914-2c1b-4aee-8dc0-a9ee82aa57b4', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-06-19 00:26:33', 'purchase', '3feb4635-2d63-4852-b2ed-6c7949e8df36', '0.00', '12304.00', '12304.00', 'Bill PUR-2026-0058', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5580dc06-2cc2-4b91-b3c6-c75bc4c7c735', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-05-10 00:26:33', 'purchase', '55c293b0-d4ca-4df1-b89f-d390fdd94404', '0.00', '21669.00', '21669.00', 'Bill PUR-2026-0021', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('59e81b8a-88ed-488b-8be3-74cfc977e13f', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-06-29 00:26:34', 'sale', 'e60a082f-c192-49aa-b6da-c77a1421176b', '0.00', '0.00', '0.00', 'Bill INV-2026-0075', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('59fdc6c1-3f53-4263-be6f-80ddf55edac5', '60afb66d-6dfe-4a51-862f-e58d07f32488', '2026-05-21 00:26:33', 'sale', '0fc5fc45-58c9-4cbf-8230-dfc90101ec30', '0.00', '0.00', '0.00', 'Bill INV-2026-0058', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5a88ab10-693d-4673-a827-984b3defc521', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', '2026-06-12 00:26:33', 'payment_out', '92f1a1fd-370e-42c1-9e06-097dbba32e91', '5296.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0036', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5c764e59-e43d-46f9-96ef-24724e63cb76', 'f34db23f-5c0f-4299-ac73-3fa09897e3bf', '2026-05-20 00:26:33', 'purchase', '70c4de54-e8b0-4020-9d3f-96afd5a62006', '0.00', '1397.00', '1397.00', 'Bill PUR-2026-0038', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5cfb21ba-856b-4e6a-9d2e-a23757a9ac45', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-06-17 00:26:33', 'purchase', '9aec8576-8e87-41e7-87e5-89d7cf3f2e73', '0.00', '5332.00', '5332.00', 'Bill PUR-2026-0039', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5e6fe460-34dd-4850-9f67-95493de00dae', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-04-23 00:26:33', 'payment_out', '6da5fa2b-4839-4f07-8638-8c29fc9824bc', '975.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0026', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5f24570e-36e6-445b-bf14-01aa341f7bd1', '3f2f0ea8-2b72-4a6e-b52f-ebbaaed54b2d', '2026-05-12 00:26:34', 'sale', 'a4e2cac2-4ecf-4d57-b606-6f6f6147813b', '0.00', '0.00', '0.00', 'Bill INV-2026-0108', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('604e70fb-ed42-4196-bb89-c431e0f83116', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-15 00:26:33', 'payment_out', 'cae2ef63-9ed0-4588-8d37-469245ffa038', '1277.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0020', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('620f48c9-d19f-4672-b28a-d6bea7cf6425', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-07-04 00:26:33', 'payment_out', '4f02023c-74b8-4403-afba-e24d2294c145', '6441.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0028', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('637f412d-5b75-410f-b64e-69b9a79e02ec', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-29 00:26:33', 'purchase', '25140a05-c96b-4b38-b07d-7da3fb234fef', '0.00', '9553.00', '9553.00', 'Bill PUR-2026-0051', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6402fb0f-aa10-42a9-b279-3e9ad0865726', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-05-21 00:26:33', 'sale', '4a348600-4a39-422e-ae42-187bd8809f50', '0.00', '0.00', '0.00', 'Bill INV-2026-0035', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('647270df-3870-49c7-a884-a62a8920169b', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-07-08 00:26:33', 'purchase', 'c96d8435-4a93-4386-bb58-4c0a0388790b', '0.00', '8994.00', '8994.00', 'Bill PUR-2026-0054', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6679afb2-6360-41c1-b374-8710144ea411', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', '2026-06-10 00:26:33', 'purchase', 'a0aae7a7-605f-4e5a-a4d1-9cb74db3fb28', '0.00', '2439.00', '2439.00', 'Bill PUR-2026-0007', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('66e4d4e7-4d75-49bd-9458-24504db3fe2b', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-04-21 00:26:33', 'purchase', '9fed33c1-6d29-4242-b543-4f60ec12ed2f', '0.00', '14984.00', '14984.00', 'Bill PUR-2026-0059', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('68811d1e-017c-4e73-ba5c-8806214f8c06', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-07-06 00:26:34', 'sale', '4850b002-c7ab-4c15-87f4-57923851ab94', '0.00', '0.00', '0.00', 'Bill INV-2026-0110', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('69d6ee23-79a9-4336-8dcc-5d744930a48e', '8eecceb9-342b-41d2-b690-b4db77524b91', '2026-07-09 00:26:33', 'payment_out', '41b6a27f-7c33-4f26-aa22-d1d6c4926522', '2331.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0014', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6a4cdc47-8d1c-4a4a-9e88-19de1fa94f82', 'f89c5907-c1f0-4e4a-b475-1f06fa155910', '2026-04-15 00:26:33', 'sale', 'c4f58ceb-d681-436f-96ab-f647c8cbef60', '0.00', '0.00', '0.00', 'Bill INV-2026-0057', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6a5b801f-bf58-4aa4-93b3-fcb611e91e19', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-06-21 00:26:33', 'payment_out', '2338e976-b1cf-4ce1-b7e9-93e60dcbc3b5', '9943.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0053', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6a9eadc0-b34c-408d-991c-5918f267a332', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-06-25 00:26:34', 'sale', '79ebaa7d-7f3f-46b1-94ed-09d5bb05fa24', '0.00', '0.00', '0.00', 'Bill INV-2026-0081', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6adad6ff-4c46-4dc4-bc08-f20006806738', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-04-29 00:26:33', 'purchase', '24d20977-00c4-490c-b382-1a23b4cc60f8', '0.00', '8521.00', '8521.00', 'Bill PUR-2026-0025', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6b811fec-3b7d-4964-b624-b246ad085de2', '3f27a857-f4d8-4097-82f3-b90fb0fd77d7', '2026-07-10 00:26:33', 'purchase', '50c88d54-3a44-45d0-b68b-c7998276c6b6', '0.00', '13079.00', '13079.00', 'Bill PUR-2026-0033', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6d539263-43d9-475d-b563-63b965bea46d', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-05-31 00:26:34', 'sale', '4ee89f1d-b37d-4399-acc5-45e4c0c8f683', '0.00', '0.00', '0.00', 'Bill INV-2026-0088', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6deb5d57-a990-4a63-a16e-6fcd83a01950', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-04-13 00:26:33', 'sale', '290c3161-602b-4d00-844a-0e05e990e53b', '0.00', '0.00', '0.00', 'Bill INV-2026-0025', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6df1e12e-035e-4b35-bb9b-472d8ec9d464', '4a10fbee-bc16-486d-9f84-8997b6572067', '2026-06-28 00:26:34', 'sale', '261078ba-007c-4516-8e54-c2066d80878d', '0.00', '0.00', '0.00', 'Bill INV-2026-0116', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6efe0251-06a7-4722-9f0f-eb4ad0a51577', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-06-05 00:26:33', 'purchase', '86c56474-ddd1-4b76-b444-1e07e9bc3e49', '0.00', '1359.00', '1359.00', 'Bill PUR-2026-0006', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6f5cc3e6-1b8d-4ed6-b6c5-6268872bf7d8', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-06-20 00:26:33', 'sale', '8301e8e8-5f08-4074-abde-28013641fd2c', '0.00', '0.00', '0.00', 'Bill INV-2026-0053', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6f7cf360-8e2f-4a3f-be76-b6155f10b5da', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-06-01 00:26:33', 'sale', '2c9c163f-d25a-437c-ae80-0863e7417144', '0.00', '0.00', '0.00', 'Bill INV-2026-0034', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('6f81688c-f69a-4069-a7a7-6451ad523b72', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-15 00:26:33', 'purchase', 'd68d3799-45b8-4cbe-afdc-7982356e19fc', '0.00', '2554.00', '2554.00', 'Bill PUR-2026-0020', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('70c0a154-43b5-40be-9382-93c1db93179c', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-05 00:26:34', 'sale', 'd73a57f3-dba8-484e-85e6-1fd4858f05c6', '0.00', '0.00', '0.00', 'Bill INV-2026-0115', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('70dfbabc-e3e4-4476-a475-8af494bdee85', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-06-19 00:26:33', 'payment_out', '7b132818-c00f-4673-b6b4-7fccc01d52fb', '6152.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0058', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('72fdd7e3-c837-4e6d-a0fc-fdcafc7c0239', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-05-02 00:26:33', 'purchase', '772a5059-1486-47c5-9578-295007a7c3b5', '0.00', '3704.00', '3704.00', 'Bill PUR-2026-0043', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('77ffb096-0f36-4ba1-befd-4dd4df6bca06', '3f2f0ea8-2b72-4a6e-b52f-ebbaaed54b2d', '2026-06-14 00:26:34', 'sale', '4d25a13f-c472-4266-a4d8-ef9501e24704', '0.00', '0.00', '0.00', 'Bill INV-2026-0091', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('78a9f925-90f0-4c97-98a6-38e8ecfb34be', 'ba49bbc5-a47d-4a73-a0fc-17a222512e7b', '2026-06-06 00:26:33', 'sale', 'a0e567a9-b21a-4b4a-8339-c3a8c44bdbc6', '0.00', '0.00', '0.00', 'Bill INV-2026-0002', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('79abe4dc-e97e-4471-8ea7-6e5a0afaaabe', '646193a4-2b3e-4fc3-ab98-c096a37a2841', '2026-06-06 00:26:33', 'sale', '16bf3d2a-dcfe-4d29-918b-a69b7b53daeb', '0.00', '0.00', '0.00', 'Bill INV-2026-0012', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7ab7df8e-3b9a-4960-b2ec-973cfa0005db', 'c4b9a9e4-271b-4fbf-9418-297e99bba442', '2026-05-16 00:26:33', 'sale', 'eb50e9e1-dda6-4865-844e-44f735a8f6de', '0.00', '0.00', '0.00', 'Bill INV-2026-0049', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7b52b777-08c4-4399-b3ee-bd121111da74', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-05-21 00:26:33', 'sale', 'fff431bc-2a33-4bcf-963b-c2415fe95311', '0.00', '0.00', '0.00', 'Bill INV-2026-0001', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7bbf5cd8-a082-4069-adfc-9fcb54d175ab', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-07-04 00:26:34', 'sale', '22ab9f62-9ca6-4f41-9fa9-5fa1f30c2beb', '0.00', '0.00', '0.00', 'Bill INV-2026-0100', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7bc1fca9-679b-401b-854c-ef626ed0835f', 'ce9aeb70-45b6-44f0-a8ec-e02369558a2a', '2026-06-10 00:26:33', 'payment_out', '8c3ca243-0f02-454f-911f-825c08a86f7f', '2439.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0007', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7bffbedb-8d6b-484b-abdd-1451d2ebdab4', '7c070003-29af-48fb-88ef-ec752cd440b1', '2026-06-05 00:26:33', 'purchase', 'd256d1d7-e8d7-4f33-9d79-109bae77f9d9', '0.00', '7780.00', '7780.00', 'Bill PUR-2026-0008', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7d1787fc-70a8-4f05-9bad-7482004a6b4c', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-11 00:26:33', 'sale', '8228a310-56f2-4c92-89fe-6f5d9b71891e', '0.00', '0.00', '0.00', 'Bill INV-2026-0069', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7d23fdb7-3b20-45db-b827-5705a996cdfb', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-05-14 00:26:33', 'payment_out', '020e9ac1-0955-4a6a-842d-7ff9f31c770f', '16621.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0002', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7e30580f-1596-47ee-a73b-66e72f2a7243', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-05-19 00:26:33', 'purchase', 'a5ac3c65-b92d-4106-ab21-179779867fdb', '0.00', '11199.00', '11199.00', 'Bill PUR-2026-0060', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7e35be7a-8a4f-4867-81a3-4e40c3a6a1da', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-09 00:26:34', 'sale', 'fd9f165c-cd2a-4a17-8cec-ffc526e3ac46', '0.00', '0.00', '0.00', 'Bill INV-2026-0084', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7fdaa3bc-56be-461c-b91e-84f554009d90', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-04-14 00:26:33', 'sale', '24af123b-9e01-4c3f-b6ea-410c48325ec3', '0.00', '0.00', '0.00', 'Bill INV-2026-0026', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7fe96a92-bfa2-4966-af02-6d29f91575c7', '4a10fbee-bc16-486d-9f84-8997b6572067', '2026-04-28 00:26:33', 'sale', 'cae151e7-fa0a-482a-9ae9-3ac7b71c583d', '0.00', '0.00', '0.00', 'Bill INV-2026-0054', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('80033504-3545-4a71-8e96-e79d044adc63', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-07-09 00:26:34', 'sale', '2b8ce6e8-7040-424e-8bb1-928ef0539698', '0.00', '0.00', '0.00', 'Bill INV-2026-0078', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('816cd85a-e1d3-4029-8cac-5e758549959c', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-06-12 00:26:33', 'purchase', 'ba93e3af-6716-49a0-8d91-b14612e07223', '0.00', '24674.00', '24674.00', 'Bill PUR-2026-0005', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8299d721-3291-4224-b41b-cbad8864cab7', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-04-21 00:26:33', 'purchase', '341b5f1f-91e9-4a19-87aa-2b755f9def2a', '0.00', '14475.00', '14475.00', 'Bill PUR-2026-0047', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('84bb56eb-40e7-459e-880a-8bdda67bdebc', 'defbe322-77c9-41a4-9a2a-817972a586fd', '2026-05-05 00:26:33', 'sale', 'c4a3ea30-827e-441f-9210-b3e730b16f91', '0.00', '0.00', '0.00', 'Bill INV-2026-0046', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('852fbac2-bb89-40bd-b5ee-3a8426b763ca', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-05-18 00:26:33', 'payment_out', 'a9a73c96-79b1-426e-be41-35114bb97248', '11930.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0019', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('869f5226-e76f-4b67-9dca-596e173c1069', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-05-23 00:26:33', 'purchase', '112b6cee-51e8-4424-9aeb-1cde793d4fd0', '0.00', '11643.00', '11643.00', 'Bill PUR-2026-0011', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8862ab84-923e-446d-a57b-b55b64f890f8', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-04-26 00:26:33', 'sale', '4b329cd8-f35f-483a-acce-a3140cbf870e', '0.00', '0.00', '0.00', 'Bill INV-2026-0038', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('88657328-24ba-4705-b2db-beef421d73cf', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-07-03 00:26:33', 'payment_out', '26419fb9-6fa8-4c5b-87be-dbf4f3c8393d', '4146.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0040', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8c029da1-6a67-4a16-acb8-9740a610defc', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-05-14 00:26:33', 'payment_out', '0d74a2f7-12b0-4f4e-b436-a25166ac16b6', '7014.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0032', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8cf4d8e6-d0f2-4a14-892f-7a71f113c232', '8363a724-4fa1-4ab9-96b4-4f42cf03164c', '2026-05-09 00:26:33', 'sale', '86a36ff5-c340-43d8-bef4-15d4cbf909bf', '0.00', '0.00', '0.00', 'Bill INV-2026-0061', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8efcd8e8-8b21-4764-b7d8-85b0f1731f3c', 'ef79b832-e98a-4349-919e-5385758281ca', '2026-04-21 00:26:34', 'sale', 'e9180e51-c374-4240-ad5e-1e2f1c9bae62', '0.00', '0.00', '0.00', 'Bill INV-2026-0102', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('8fcb76f3-dad1-4567-9e33-2de77ca6925d', '81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', '2026-06-30 00:26:34', 'sale', 'd60dcea8-5398-4e8c-a8dd-1137c28482c4', '0.00', '0.00', '0.00', 'Bill INV-2026-0119', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('93a3b23f-0f5d-43a6-bfde-c30d080ed841', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-21 00:26:33', 'purchase', '645efeac-ae96-4dc7-8ca0-e2306841eef6', '0.00', '7749.00', '7749.00', 'Bill PUR-2026-0057', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('944360bd-b73a-4572-848c-efd02e909a9b', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-04-13 00:26:34', 'sale', 'ac53b63b-0d44-4a4c-93e1-27cb41c979b5', '0.00', '0.00', '0.00', 'Bill INV-2026-0087', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('970731d5-94a1-4403-b3b3-2d52b929cac1', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-05 00:26:33', 'sale', '607dfa2c-81f5-4b0b-b792-9ee4fa697f16', '0.00', '0.00', '0.00', 'Bill INV-2026-0071', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('987d8dc5-a30f-4147-aa67-289190cf9fad', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-05-29 00:26:33', 'payment_out', '06c93821-fee2-4344-8795-865553fc455a', '6827.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0004', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9cd741d2-4d6b-4922-81cc-ac8b27330f3c', '95fa4fa7-e4f3-41eb-87eb-40cd3175b966', '2026-05-18 00:26:33', 'sale', 'f84b9b23-7e07-449a-b498-ccd22413e0e7', '0.00', '0.00', '0.00', 'Bill INV-2026-0040', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9d7664f2-f391-4a38-80ad-5579c508d9c8', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-05-30 00:26:33', 'purchase', '974649b5-bfad-4b82-ae35-06d97085db7e', '0.00', '5282.00', '5282.00', 'Bill PUR-2026-0031', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9d7bb541-d961-4f43-9c80-a1ca0a51114d', 'e41c62c7-407c-4def-ad89-ef31bdf69578', '2026-06-08 00:26:33', 'sale', 'b65338ef-5a8c-4df0-8c0d-2a0ef8ebf218', '0.00', '0.00', '0.00', 'Bill INV-2026-0072', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9e0a9b88-d76d-4bec-98a4-8d14b244a7bb', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-07-07 00:26:33', 'purchase', 'ab9cdf85-27ac-4dc4-8561-76a5d9a1cd3d', '0.00', '6654.00', '6654.00', 'Bill PUR-2026-0044', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9efefb42-8139-428e-b334-f4c353abd742', 'e0e63936-74fa-4388-95cb-2726382d5764', '2026-05-18 00:26:33', 'purchase', 'f00baa4e-866c-412c-b90a-21c7bf7452a8', '0.00', '4360.00', '4360.00', 'Bill PUR-2026-0050', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9f4ad7e3-ef3d-4724-acdb-dda3e8536f3b', 'eb109f35-7a6d-4f62-8f66-e0712076b5bb', '2026-04-20 00:26:33', 'payment_out', '1e855e5e-ddff-4948-8554-1826c447ac8a', '14569.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0003', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9f66c677-7bb1-4497-8095-e147869bdee9', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-04-30 00:26:33', 'payment_out', 'bbb347e2-292d-4219-863d-300371c6e7b1', '5599.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0035', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9ff0497d-cc0c-42b5-b3d5-de1dd8c3978f', 'a9f20156-f1e5-46d2-98b2-37e8fccfdb9c', '2026-05-16 00:26:33', 'sale', 'ff56c52b-a139-45ce-8533-229c83f94cc2', '0.00', '0.00', '0.00', 'Bill INV-2026-0016', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a179cf98-d604-4a8d-84dd-5709ef2cc47f', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-06-26 00:26:33', 'sale', 'e9ab4964-4e85-4d49-83a3-a171e6cb46ae', '0.00', '0.00', '0.00', 'Bill INV-2026-0033', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1eda74d-0252-43af-ab45-39ffc831cb35', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-05-28 00:26:33', 'payment_out', 'c48a49cc-e26a-4ecd-9faf-02e12df0b238', '14339.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0012', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a2345fc4-b6a4-4ee4-bc3b-e1f6cb8b1025', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-05-29 00:26:33', 'purchase', 'dbeeb12b-c597-4686-87f5-911dee5dc8e3', '0.00', '6827.00', '6827.00', 'Bill PUR-2026-0004', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a25d9261-c0e7-4cc2-be77-116529003c67', 'daa6557d-2131-4f0d-9703-620f1898bb78', '2026-05-14 00:26:33', 'purchase', '3ed55931-eb43-4544-a391-8e8ce432ad45', '0.00', '14097.00', '14097.00', 'Bill PUR-2026-0027', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a2bbf9d6-8c0c-49f0-a640-495e12221650', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-13 00:26:33', 'purchase', '64b5c3a6-c150-4c6d-983a-12ab5b4cdad0', '0.00', '2961.00', '2961.00', 'Bill PUR-2026-0042', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a5ea04f6-9772-4f37-8b8f-cfcf9662dc79', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-12 00:26:33', 'sale', '00f14d57-83ff-4bcb-bd5e-c20a120455ac', '0.00', '0.00', '0.00', 'Bill INV-2026-0029', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a8ad77cb-c9a4-4fe3-8158-e480b2a8052f', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-26 00:26:34', 'sale', 'bd41bcfb-1020-45f7-ad10-7f9ec7e0bfa7', '0.00', '0.00', '0.00', 'Bill INV-2026-0089', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a8c9e6d2-53f8-4698-afdd-0bf3fc481816', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-06-17 00:26:33', 'payment_out', '8028fd01-edde-454e-a67b-a3964ff8158d', '5332.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0039', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('aafbebf1-ee70-485c-b9f9-20933e5f0d1f', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-07-03 00:26:34', 'sale', '2f455932-3a32-4218-8f87-944963f4e268', '0.00', '0.00', '0.00', 'Bill INV-2026-0077', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ad394acc-042c-477b-a2f2-1696531f95f5', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-06-18 00:26:33', 'purchase', '91b0b84c-47c6-425a-85eb-1e63d45d04c5', '0.00', '5352.00', '5352.00', 'Bill PUR-2026-0045', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('afd141dd-3384-4f25-b58b-8ec188906d31', '691bfdad-0719-49d2-8a5e-004e733aedde', '2026-04-25 00:26:34', 'sale', '43add38d-e3d8-463b-88d6-70ea969d6893', '0.00', '0.00', '0.00', 'Bill INV-2026-0079', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b08e6e5b-ebfd-4035-b689-5540f26c0d5c', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-19 00:26:33', 'payment_out', '0a9fe3d8-a047-4176-80f9-6dd9516bc2ce', '9128.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0018', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b2bebcdb-97b8-4328-8758-a7fd9fe0aff1', 'af3d02af-a28f-4060-9ec1-2a2f7d782bbd', '2026-06-22 00:26:33', 'sale', 'ff7cd5aa-37b7-4ee0-aa38-4f1aca62d057', '0.00', '0.00', '0.00', 'Bill INV-2026-0031', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b2d8eb82-9d18-456a-abc4-91aa9cb4b388', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-05-17 00:26:33', 'sale', '20835c3c-9cbf-4891-b3a2-2694d5238e8a', '0.00', '0.00', '0.00', 'Bill INV-2026-0044', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b2f5379c-0616-4b1a-990e-dcdd2af21ebf', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-07 00:26:33', 'payment_out', 'a1cf1e28-f767-45bd-a12b-f2c54f1bb397', '2380.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0046', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b47d46c6-b399-4ef5-86d8-9f04f2bfdf87', 'eb109f35-7a6d-4f62-8f66-e0712076b5bb', '2026-04-20 00:26:33', 'purchase', 'ebed3606-a692-41be-9d8d-acea5bf55151', '0.00', '14569.00', '14569.00', 'Bill PUR-2026-0003', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b4c4d292-4d5b-4332-81cc-28d0480e1ce3', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-07-09 00:26:34', 'sale', 'eb6936a3-f804-4beb-b92d-db4c66679b8d', '0.00', '0.00', '0.00', 'Bill INV-2026-0107', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b4eb5423-4e72-42b3-bea5-9013d56f8b93', '9bd93dbd-0dff-47ad-aef7-d7be3691f5d2', '2026-06-28 00:26:33', 'payment_out', 'ba5fd49c-7c32-4c01-9283-e68229ebe868', '3856.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0049', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b55e7784-b40b-46e1-a790-ab727f081a40', '9bc66362-54ca-43b9-b805-40d6c7cc149e', '2026-07-07 00:26:33', 'sale', '4b157140-5dbc-4021-8d97-0cd4f911063a', '0.00', '0.00', '0.00', 'Bill INV-2026-0013', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b602bd6f-6667-43e0-86ff-d9a327b18d97', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-05-24 00:26:33', 'sale', '49902db3-9511-449b-87ff-01537981b5ba', '0.00', '0.00', '0.00', 'Bill INV-2026-0051', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b6c5c2b2-7e95-4785-8a64-5e410e56b546', '101da879-b8ca-419a-bc8f-3cc8fc437769', '2026-07-06 00:26:33', 'purchase', 'b4580712-04c0-4832-9f8f-4a45c06873a7', '0.00', '10343.00', '10343.00', 'Bill PUR-2026-0013', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b8d7fec2-9f32-4fe7-9594-2ae9e1b4c9db', 'ab93477d-c898-4ca8-be18-2a2aa2e33fe4', '2026-04-13 00:26:33', 'payment_out', 'bc780f6a-1add-46aa-bcc9-bf700e4c3943', '2961.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0042', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('bdcc0df7-f177-4232-853b-1991ad32b4e9', '13ed9aeb-c38c-480e-94b4-bd977af41382', '2026-05-06 00:26:33', 'purchase', 'bdd3c4ce-a116-4ecd-a582-7d78eefaba54', '0.00', '3044.00', '3044.00', 'Bill PUR-2026-0015', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c0bed46f-770d-41e6-8949-f572b3a19e6b', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-05-15 00:26:33', 'purchase', '3ac5eacb-bd94-4493-93b9-eca72d79e40f', '0.00', '10345.00', '10345.00', 'Bill PUR-2026-0017', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c167cc35-01ee-492d-acd3-2f35221bd4c4', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-05-15 00:26:33', 'payment_out', 'c8d4c748-30dd-48dd-81bf-280c511a0f35', '10345.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0017', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c28e6df1-9b61-4cff-bb3b-df72bfa012d3', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-06-29 00:26:34', 'sale', 'a7bb3fa2-0ebd-42d9-9d55-235f1040fd17', '0.00', '0.00', '0.00', 'Bill INV-2026-0085', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c32909e5-a231-4b0c-8888-6f4e1eba3d21', 'c4b9a9e4-271b-4fbf-9418-297e99bba442', '2026-05-11 00:26:34', 'sale', '2a30ed5b-4b0e-44e6-b61b-19e75cc572ad', '0.00', '0.00', '0.00', 'Bill INV-2026-0096', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c3fc4bcd-6088-4374-ad57-e51bedf91813', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-04-24 00:26:33', 'sale', '806426e7-b08d-4f23-ab2b-244e86a33c89', '0.00', '0.00', '0.00', 'Bill INV-2026-0022', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c45d7c66-1625-41ea-9e3a-05a777225e35', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-06-06 00:26:33', 'payment_out', '1ec24966-064f-4f6c-8640-7d486026c549', '4288.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0052', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c4865ac3-d7f9-40dd-9057-23d5abe3b7d2', '101da879-b8ca-419a-bc8f-3cc8fc437769', '2026-07-02 00:26:33', 'payment_out', 'a7ac294c-6a88-4b36-931b-797d1e8ff23d', '2279.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0029', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c55443d0-1423-4665-929b-ce92ce06c5c6', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-04-13 00:26:34', 'sale', 'ace78616-807f-49a9-af6f-cfb054bfef77', '0.00', '0.00', '0.00', 'Bill INV-2026-0112', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c627fd06-1548-425e-b52e-01961a399774', 'ba49bbc5-a47d-4a73-a0fc-17a222512e7b', '2026-06-14 00:26:34', 'sale', '6ca1ad81-963a-4e48-8390-1911abe29045', '0.00', '0.00', '0.00', 'Bill INV-2026-0120', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c6c65216-ea7d-4856-9527-6e8be60aa612', 'af3d02af-a28f-4060-9ec1-2a2f7d782bbd', '2026-05-27 00:26:33', 'sale', '346446bb-c4d3-49f0-ad73-2c7bd18f7339', '0.00', '0.00', '0.00', 'Bill INV-2026-0023', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c7a47a19-9a30-4ee3-a449-e931d75da32a', '7af0f6f0-aaf9-4841-a383-c1e8f03cd9e9', '2026-05-15 00:26:33', 'sale', 'de85d80b-2e7d-4254-8d2e-07978f5cd61b', '0.00', '0.00', '0.00', 'Bill INV-2026-0036', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c8f3ef84-aea9-4fdb-9d56-6fcc953736cd', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-27 00:26:33', 'sale', '2de38345-bb4b-427a-9673-c2a954d7edf2', '0.00', '0.00', '0.00', 'Bill INV-2026-0050', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ca5d7aef-bd7e-4ed3-9fce-befebd26a3c0', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-04-21 00:26:33', 'payment_out', '45bb78dd-5626-46aa-858b-91df490bb281', '7237.50', '0.00', '0.00', 'Payment for Bill PUR-2026-0047', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cb758011-9f33-409a-b075-346b948095b1', '32e0edbd-6dd5-489d-8c97-5abacfcad2a6', '2026-05-27 00:26:33', 'sale', 'cc6ea8da-ebfb-40d5-bae2-efb5251421bb', '0.00', '0.00', '0.00', 'Bill INV-2026-0043', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cc7842a7-9f08-4454-a0b6-09eb6e927b2b', '81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', '2026-04-14 00:26:33', 'sale', '3753cd55-d40d-4c17-9c84-c9de6cafc16a', '0.00', '0.00', '0.00', 'Bill INV-2026-0066', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cc90c0d4-dfb3-4715-b4fa-1916ffdf8b82', '34baeed3-a1cc-4d60-9076-66ae7d62e365', '2026-05-24 00:26:34', 'sale', '372a8530-e794-4669-835c-5c682c0bc00a', '0.00', '0.00', '0.00', 'Bill INV-2026-0099', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cd8c1944-86c4-4584-8b5f-7bb6ed1efff4', '8363a724-4fa1-4ab9-96b4-4f42cf03164c', '2026-06-22 00:26:34', 'sale', '19c0b29a-d8c6-4caa-b1fa-f2154e835be8', '0.00', '0.00', '0.00', 'Bill INV-2026-0113', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cda0b2b9-a846-4c35-9f83-c2e6bb74fc21', 'a9f20156-f1e5-46d2-98b2-37e8fccfdb9c', '2026-07-02 00:26:33', 'sale', '18304e74-0118-43cd-b31b-054ca7140ef3', '0.00', '0.00', '0.00', 'Bill INV-2026-0030', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cf1310b7-7b30-4bb1-bbae-c1cc2aa72236', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-06-16 00:26:34', 'sale', '3fdb3a18-1e0c-4c07-b462-31661193eee0', '0.00', '0.00', '0.00', 'Bill INV-2026-0103', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('cfeb9f2b-d7f5-490a-bd16-ddd633c10219', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-06-11 00:26:33', 'purchase', '19e34932-c55f-46eb-a002-8867eb91ec9a', '0.00', '4627.00', '4627.00', 'Bill PUR-2026-0024', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d0aa7f8b-3cae-46fa-8dc3-2a4f152dec58', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-06-08 00:26:34', 'sale', 'a04db748-8819-4f3c-a0b6-68ac65c2a092', '0.00', '0.00', '0.00', 'Bill INV-2026-0076', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d30d6226-6c57-4617-aaff-30c0320e2e59', '7090eee5-197d-4dcf-a509-536622452d5c', '2026-04-28 00:26:33', 'payment_out', '0b534885-be1d-4d72-92f6-e18c4a4c3a87', '8687.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0048', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d35292f0-a5c9-4e36-9906-26eca06ee03d', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-04-21 00:26:33', 'sale', '1fb66e5f-32b7-4765-bfb9-31dc9c9818f5', '0.00', '0.00', '0.00', 'Bill INV-2026-0007', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d6e1a85a-ab0b-4c28-a1e4-ae00ead53dba', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-14 00:26:33', 'purchase', '51a0cecd-b5a9-431a-a13d-700053a245ee', '0.00', '12296.00', '12296.00', 'Bill PUR-2026-0023', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d81461fb-021b-4b09-987c-4b430b3c9557', '58c42d77-5206-47a1-8566-f9fbeb222b8b', '2026-06-16 00:26:33', 'sale', '2ffb5a8f-634a-462a-a500-8c537fa4a2de', '0.00', '0.00', '0.00', 'Bill INV-2026-0047', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d8874dd7-a4d6-483f-a0a9-079dacef6e5a', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-06-23 00:26:33', 'purchase', '298ecf4f-366c-46ff-99e3-28849d9e4ee2', '0.00', '4836.00', '4836.00', 'Bill PUR-2026-0022', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('d8fa09a2-e727-4a17-94c9-c94b7822b26c', 'a1a705bf-1ed5-4613-95c9-e8e22cb26738', '2026-06-21 00:26:34', 'sale', '8115fe79-4e02-4866-8099-057a8c8e95f1', '0.00', '0.00', '0.00', 'Bill INV-2026-0082', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('da03280a-3f53-4cd9-af72-7563616e57a3', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-05-20 00:26:33', 'sale', '3d8f8c4a-ab34-44be-ad9b-5b3693ad1d78', '0.00', '0.00', '0.00', 'Bill INV-2026-0009', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('da7f7a32-7d76-43bf-8148-836d260e1dcc', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-06-07 00:26:33', 'purchase', '95ad9be5-5682-4cee-8c4c-34472b15fbaf', '0.00', '4760.00', '4760.00', 'Bill PUR-2026-0046', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dadc06eb-84e7-4557-9f27-228e64e314be', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-04-23 00:26:33', 'purchase', 'bd48c167-e2f3-464c-8934-0fee3265c8dd', '0.00', '975.00', '975.00', 'Bill PUR-2026-0026', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dc8e4f57-ad16-4ed2-8e99-6ac8c877af45', '95fa4fa7-e4f3-41eb-87eb-40cd3175b966', '2026-06-27 00:26:34', 'sale', '76bec39f-1de8-414d-a7d4-9fe980c7e70a', '0.00', '0.00', '0.00', 'Bill INV-2026-0098', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('dd00205e-3704-4863-ae77-cb56e2d9ee2e', 'febe6996-959b-4b68-84fc-b8d42feb35f2', '2026-04-25 00:26:33', 'sale', '0db78f51-59b4-4273-9fbf-afc88dad1238', '0.00', '0.00', '0.00', 'Bill INV-2026-0003', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('de34c062-4b62-4c3b-ac11-23bba210f7d3', 'daa6557d-2131-4f0d-9703-620f1898bb78', '2026-05-24 00:26:33', 'payment_out', '3477c932-cd21-4f0a-b253-1120e0b0f1aa', '7974.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0016', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('de87c845-729d-4555-845f-f5df8938fbbd', '3585dbf2-303a-4e34-9bef-14f47bac2f1b', '2026-05-29 00:26:34', 'sale', 'd87b77f6-2bf5-445e-97e2-e53be81c05b0', '0.00', '0.00', '0.00', 'Bill INV-2026-0094', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e01445cc-d18a-4638-94ca-00f0348deb14', '646193a4-2b3e-4fc3-ab98-c096a37a2841', '2026-06-05 00:26:33', 'sale', '4308c87e-c192-4372-935e-084b2a0ae8f4', '0.00', '0.00', '0.00', 'Bill INV-2026-0062', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e32d83da-1cb0-4e29-b5a9-6e000d6fe412', 'c02518fd-c412-4249-b633-88da66b81ab7', '2026-05-28 00:26:33', 'purchase', '20714c7f-fe28-4318-8597-aa619b2224d6', '0.00', '14339.00', '14339.00', 'Bill PUR-2026-0012', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e3c38488-5781-472c-8234-696efa71953e', '859f03f3-0d7e-4a12-8b47-16db4d534435', '2026-05-01 00:26:34', 'sale', 'e35630a2-6a70-40e2-afa0-8ff0ce37002e', '0.00', '0.00', '0.00', 'Bill INV-2026-0104', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e46de10a-a80c-4775-b831-13dbce7dc5a5', 'add72a01-49ef-4194-ae1c-f1a4254d1dfa', '2026-05-14 00:26:33', 'purchase', '383d7221-a87e-4a1d-93c0-899bb1e77508', '0.00', '7014.00', '7014.00', 'Bill PUR-2026-0032', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e5adbd74-5486-4cc0-9d0b-c20189ad6e5a', '6592be06-2ef6-4d47-8b92-d943db8b83cf', '2026-04-25 00:26:34', 'sale', 'f60de494-7672-49c9-8ae6-041b72c48a6b', '0.00', '0.00', '0.00', 'Bill INV-2026-0109', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e5e95c28-881b-4d0f-a282-cf69d9dda07f', 'af3d02af-a28f-4060-9ec1-2a2f7d782bbd', '2026-07-11 00:26:34', 'sale', '3772b918-16cc-4c1e-baba-f7f40d623f96', '0.00', '0.00', '0.00', 'Bill INV-2026-0083', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e675fdbf-e1af-48fa-8823-b7940a071e66', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-05-30 00:26:33', 'sale', 'edacb994-be0f-4ce8-9898-0519f9fffa4b', '0.00', '0.00', '0.00', 'Bill INV-2026-0011', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e6e948b5-6d55-4738-b4d3-8a9c803a78f8', '7c070003-29af-48fb-88ef-ec752cd440b1', '2026-06-05 00:26:33', 'payment_out', 'f41934d6-7f3c-4975-8553-42d4fe95759d', '7780.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0008', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e7b917f1-e0b6-4ca2-aa81-4ff2ef034980', '953f19e3-8ada-4ca9-9f8d-91b6a62c06c7', '2026-05-24 00:26:33', 'sale', '9f9925f8-026c-4834-ab27-6a2f2e42e811', '0.00', '0.00', '0.00', 'Bill INV-2026-0010', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e7f4a68c-15e7-4040-8182-b47e5b26a31a', '75ac953e-9a2e-4fad-a22b-74edc241a5aa', '2026-05-20 00:26:33', 'payment_out', 'a4499789-14c0-45ba-b5bf-f74b361cc675', '16606.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0001', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e8bf5783-2a6f-4d2b-9a9a-19d52011e792', '29b3435d-0bee-4b96-92bb-10c43f482b90', '2026-06-23 00:26:33', 'payment_out', 'c06bfe9d-8d0e-4e45-a2d0-a56275aa5480', '4836.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0022', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e969f592-23f0-4ae2-9395-4962d1d5bd70', '60afb66d-6dfe-4a51-862f-e58d07f32488', '2026-04-13 00:26:34', 'sale', '72b9d9b9-0b91-465c-b794-12e398f9e5e8', '0.00', '0.00', '0.00', 'Bill INV-2026-0074', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('eca3707d-d894-4c3f-9ca3-5a015f534745', '3cb004c6-4f8d-4b0e-935c-d8fbdc9978f3', '2026-06-05 00:26:33', 'payment_out', '504e29c9-a466-4dad-88dd-7d63b7a51237', '1359.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0006', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ed3cba37-c5cd-4fb2-bfab-0af859bc605e', '462f1d74-95f1-4208-bbe9-4b121bd93537', '2026-05-05 00:26:33', 'sale', '6bd44ea7-d0cd-48a3-925a-0c9340c74ee6', '0.00', '0.00', '0.00', 'Bill INV-2026-0064', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('edf5c228-097c-4f78-9138-1d0b0798f3ba', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-07-08 00:26:33', 'payment_out', 'c4c0cb34-9526-4061-92fc-8ba42797fbae', '8994.00', '0.00', '0.00', 'Payment for Bill PUR-2026-0054', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f1dab8e7-5860-4b36-a14c-350fc47c90ad', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-06-25 00:26:33', 'sale', 'a82a0cf7-2dd2-4596-bfd4-b4873946bb5a', '0.00', '0.00', '0.00', 'Bill INV-2026-0008', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f301d349-234c-45db-ba2a-b0687d4b6d8d', 'b1508ef9-da0d-4435-aa8c-8c62d0b0c320', '2026-05-23 00:26:33', 'sale', 'e2ec0ed3-ac3c-4868-ba92-ecfc52389b51', '0.00', '0.00', '0.00', 'Bill INV-2026-0015', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f350f65f-c4c0-4e06-8aa4-04813ea18385', '101da879-b8ca-419a-bc8f-3cc8fc437769', '2026-07-02 00:26:33', 'purchase', '1f685fa8-60af-4fc9-ae7e-4695dc9ebabe', '0.00', '2279.00', '2279.00', 'Bill PUR-2026-0029', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f461913c-377e-41b2-8cf4-c10f74fa12ff', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-07-04 00:26:33', 'purchase', '3f640636-4b61-465f-bedc-8b2daf76ce2b', '0.00', '6441.00', '6441.00', 'Bill PUR-2026-0028', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f4e6b857-537c-4f0c-88e0-2a13b5c8fe73', '5ea4b50f-6f1e-4b91-acb9-9ff5943d61bb', '2026-06-30 00:26:33', 'sale', 'c13b39d5-4b35-47c2-805f-10e09db699d5', '0.00', '0.00', '0.00', 'Bill INV-2026-0048', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f53fdbf1-f825-4c08-8c65-e29ed8db356c', '4dd5a30a-c998-40cb-8182-c100d8c3e46e', '2026-04-19 00:26:33', 'purchase', '2963ca45-1415-465d-8c5b-51d7fd725d9c', '0.00', '9128.00', '9128.00', 'Bill PUR-2026-0018', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f5ca143e-4562-46f9-9a26-21ebe1fdd07d', 'a39b3f86-5d91-4818-99af-ea175b09a3b7', '2026-05-13 00:26:34', 'sale', '03461ac5-3a47-426c-b1c4-9b146e9fda0a', '0.00', '0.00', '0.00', 'Bill INV-2026-0101', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f6209770-a3eb-4e84-8aca-6f5c927f8c8e', 'b2e2cd31-ee41-4984-883e-731ca4251732', '2026-05-08 00:26:34', 'sale', '76998c17-c189-45c9-955e-7f3a8f526771', '0.00', '0.00', '0.00', 'Bill INV-2026-0093', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f9613628-b2d9-43fe-97bd-f53de503b761', 'f7a79ca7-8f82-4cab-a07d-9fac04ee0e25', '2026-06-17 00:26:33', 'purchase', '5e14fa6f-2243-47b5-8f29-1ac4c8b748ff', '0.00', '9056.00', '9056.00', 'Bill PUR-2026-0034', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fabc7640-6aff-429f-b7c9-e73859a49182', 'daa6557d-2131-4f0d-9703-620f1898bb78', '2026-05-24 00:26:33', 'purchase', '7424714d-26f5-4dfb-8365-0dcb860e39b8', '0.00', '7974.00', '7974.00', 'Bill PUR-2026-0016', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fad1b7de-0d29-4375-9240-b079d8b93f29', '615fa6aa-6fd8-4492-966b-395f5ef34a4c', '2026-05-01 00:26:33', 'sale', 'cfdff5ae-0784-4fbf-a05c-2dc28c3c9dbe', '0.00', '0.00', '0.00', 'Bill INV-2026-0032', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fb04b249-2d61-44b1-b7ba-259c3b602702', '6093f0ed-9b6c-4ece-941f-a22f35787113', '2026-06-24 00:26:34', 'sale', 'aef370a1-15e2-427a-bba8-e7062d9c700f', '0.00', '0.00', '0.00', 'Bill INV-2026-0073', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `party_ledgers` (`id`, `party_id`, `transaction_date`, `type`, `reference_id`, `debit`, `credit`, `balance`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ffc39179-2bad-4632-8115-ba6cb4f5d54f', '81e9d1fc-d64d-43b8-b02d-4ed1f1646ec0', '2026-05-08 00:26:33', 'sale', '4de61e3a-cc31-499d-bddc-f40e92387281', '0.00', '0.00', '0.00', 'Bill INV-2026-0018', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: expense_categories
INSERT IGNORE INTO `expense_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('018e3d23-821f-4ead-bcb8-092860454967', 'Miscellaneous', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `expense_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('0d81dff4-50a7-40b9-90d6-951bad322f62', 'Transport', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `expense_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('5ba0fd6b-2eed-4717-a202-051bcb515052', 'Salary', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `expense_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('717d1cdd-147b-4bbe-8953-430bbf341201', 'Rent', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);
INSERT IGNORE INTO `expense_categories` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e3784df1-d8ca-4e61-a0c5-8157b3032d15', 'Utilities', '2026-07-11 05:56:33', '2026-07-11 05:56:33', NULL);

-- TABLE: expenses
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('05aacc09-1431-47f7-bb46-edb9f0c12f56', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-06-30 00:26:34', '543.36', 'bank', 'Labour Tea Expense', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('07d0aaef-63fb-4cba-bed1-fee228e47534', 'e3784df1-d8ca-4e61-a0c5-8157b3032d15', '2026-07-05 00:26:34', '1903.75', 'upi', 'Water Can', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('18237745-1f60-4544-9f6d-13eaff8e92a0', '5ba0fd6b-2eed-4717-a202-051bcb515052', '2026-07-09 00:26:34', '1164.83', 'card', 'Water Can', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('1ebd46d2-69d1-4ce0-b63b-e8610b330d7a', 'e3784df1-d8ca-4e61-a0c5-8157b3032d15', '2026-05-02 00:26:34', '789.99', 'card', 'Diesel for Generator', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('307500ea-0363-4386-91a1-1f499711ac1b', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-06-02 00:26:34', '162.58', 'card', 'EB Bill - Godown', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('37ca8769-51ee-4a07-81a7-a74b398d41e9', '018e3d23-821f-4ead-bcb8-092860454967', '2026-06-26 00:26:34', '591.84', 'bank', 'Auto Fare for Transport', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4754f616-8666-4515-9057-8f0d3994aed7', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-06-11 00:26:34', '1499.09', 'upi', 'Loading/Unloading Charges', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('4dc772dc-f3d3-49e1-9a86-94d318a6a9f7', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-06-20 00:26:34', '983.30', 'cash', 'Loading/Unloading Charges', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('519c939c-0083-46d0-a4a3-9fd8886f771b', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-06-19 00:26:34', '385.73', 'card', 'EB Bill - Godown', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('65b375ac-058e-4e95-a77f-56e1bfa833c2', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-06-28 00:26:34', '1857.68', 'upi', 'Lorry Freight - TN 65', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('662f4957-5fc2-4449-99c7-2abdb21b65ff', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-05-06 00:26:34', '497.12', 'cash', 'Office Cleaning', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7e5c77e8-8285-4a22-85bf-6a7c2988b696', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-05-18 00:26:34', '285.31', 'upi', 'Water Can', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('7ffb466a-b0eb-47d6-9e3c-724eb851d132', '018e3d23-821f-4ead-bcb8-092860454967', '2026-06-25 00:26:34', '735.95', 'card', 'Loading/Unloading Charges', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('94ccf083-c781-4825-a29a-256f6c9896fe', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-05-27 00:26:34', '353.78', 'cash', 'Staff Advance - Muthu', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('9f62b7ff-1d41-4f0a-a1f8-8e93f0b3e6f5', '5ba0fd6b-2eed-4717-a202-051bcb515052', '2026-04-17 00:26:34', '1670.51', 'cash', 'Stationery items', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a1455175-14a6-4ab3-8d0b-22549cda1777', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-04-24 00:26:34', '142.94', 'card', 'Labour Tea Expense', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('a63b56f2-8a78-48a5-96eb-4ebc1010abe2', '018e3d23-821f-4ead-bcb8-092860454967', '2026-07-04 00:26:34', '1112.07', 'bank', 'Auto Fare for Transport', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('ad9c4b46-d060-47ea-b1f7-1ff312e0c228', '5ba0fd6b-2eed-4717-a202-051bcb515052', '2026-05-27 00:26:34', '1671.21', 'card', 'Diesel for Generator', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('b16e5655-99bb-4a4b-b699-a2f04dc667c0', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-07-01 00:26:34', '708.39', 'cash', 'Water Can', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c050a58a-07c7-43bd-ab94-b77d022b9376', '5ba0fd6b-2eed-4717-a202-051bcb515052', '2026-06-29 00:26:34', '78.49', 'card', 'Auto Fare for Transport', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c2efd965-0fef-47fb-bbe4-be6a6775f2cc', 'e3784df1-d8ca-4e61-a0c5-8157b3032d15', '2026-07-03 00:26:34', '1578.05', 'cash', 'Stationery items', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c3f02e73-c114-427d-acf5-8b8203ce94cf', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-06-09 00:26:34', '542.35', 'upi', 'Office Cleaning', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c54159d5-c686-4539-a8f8-144d2dbf4456', 'e3784df1-d8ca-4e61-a0c5-8157b3032d15', '2026-05-07 00:26:34', '870.69', 'card', 'Staff Advance - Muthu', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('c7fc689b-1b32-4725-b57f-57b924387850', '018e3d23-821f-4ead-bcb8-092860454967', '2026-04-30 00:26:34', '792.07', 'card', 'Diesel for Generator', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e31622a2-d783-481b-962f-d95ffd10dc55', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-04-26 00:26:34', '988.99', 'bank', 'Stationery items', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('e3168ec3-a829-4e81-9259-50338fdcdd80', '018e3d23-821f-4ead-bcb8-092860454967', '2026-06-28 00:26:34', '1195.77', 'upi', 'EB Bill - Godown', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f324c0b4-17f7-457a-a389-a702904dd619', '5ba0fd6b-2eed-4717-a202-051bcb515052', '2026-04-16 00:26:34', '1646.87', 'bank', 'Labour Tea Expense', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('f3cfc5e6-e0fc-46e8-9193-164f990dfeae', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-06-01 00:26:34', '1813.67', 'card', 'Loading/Unloading Charges', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('face7113-e6d1-499e-9e48-1ef55295bb03', '0d81dff4-50a7-40b9-90d6-951bad322f62', '2026-06-20 00:26:34', '615.89', 'bank', 'Office Cleaning', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);
INSERT IGNORE INTO `expenses` (`id`, `category_id`, `date`, `amount`, `payment_mode`, `description`, `created_at`, `updated_at`, `deleted_at`) VALUES ('fe72e055-b28c-4dd1-b64c-9c019f17b82d', '717d1cdd-147b-4bbe-8953-430bbf341201', '2026-05-19 00:26:34', '1849.52', 'cash', 'Labour Tea Expense', '2026-07-11 05:56:34', '2026-07-11 05:56:34', NULL);

