No description
Find a file
Hardik 4a848f50cf fix(import): stop parsing line items at T&C section
Row 26 ("INSTRUCTIONS TO VENDORS") had an empty col-1 so the loop
continued into the numbered T&C rows (27-33), which all have text in
col-1 and were mistakenly added as line items.

Two guards added:
1. Break immediately when col-0 contains "INSTRUCTION" (catches the
   section header even though col-1 is empty).
2. Skip any row where both qty and unitPrice are 0 (belt-and-suspenders
   for T&C rows that might slip through in other PO layouts).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09 19:00:20 +05:30
App/pelagia-portal fix(import): stop parsing line items at T&C section 2026-05-09 19:00:20 +05:30
.gitignore chore: initialize Next.js 15 project with Tailwind, TypeScript and tooling config 2026-05-05 23:23:43 +05:30