pelagia-portal/App/prisma
Hardik add0f3c19c feat(payments): compulsory payment date when Accounts records payment
- New PurchaseOrder.paymentDate field (migration 20260531000002)
- Backfill: existing POs use paidAt, else the earliest payment action date
- Accounts must enter a payment date with the payment reference
- Date input pre-selected to today, max=today (no future dates)
- Validated server-side (required + not in future) in processPaymentSchema
- paymentDate stored on both full and partial payments; paidAt set from it
- Shown on PO detail (Payment Date) and payment history (prefers paymentDate)
- Integration tests updated; added future-date rejection test

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 08:59:25 +05:30
..
migrations feat(payments): compulsory payment date when Accounts records payment 2026-06-10 08:59:25 +05:30
accounting-codes-data.ts feat(accounts): hierarchical accounting codes with 6-digit format and category tree 2026-05-30 03:27:31 +05:30
schema.prisma feat(payments): compulsory payment date when Accounts records payment 2026-06-10 08:59:25 +05:30
seed-prod.ts seed(prod): add 3 companies (PMS, HNR, DEI) with full GST/contact details 2026-05-31 06:42:58 +05:30
seed.ts refactor: revert cost centre to vessels only, remove vessel-site link 2026-05-30 18:14:24 +05:30