pelagia-portal/App/app/(portal)/payments
Hardik cf9ff40262 feat(payments): partial/advance payment support
Allow accounts to record partial/advance payments against a PO before
full delivery. A new PARTIALLY_PAID status tracks in-progress payment;
paidAmount accumulates across multiple markPaid calls. PO only closes
when both paidAmount >= totalAmount AND all line items are delivered.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 04:17:19 +05:30
..
history fix(po): tighten filters and export data 2026-05-22 17:15:03 +05:30
actions.ts feat(payments): partial/advance payment support 2026-05-27 04:17:19 +05:30
page.tsx feat(payments): partial/advance payment support 2026-05-27 04:17:19 +05:30
payment-actions.tsx feat(payments): partial/advance payment support 2026-05-27 04:17:19 +05:30