Skip to content

feat(invoices): implement self-contained InvoicesModule for invoice generation and tracking#646

Merged
yusuftomilola merged 2 commits intoDistinctCodes:mainfrom
lishmanTech:invoice
Mar 10, 2026
Merged

feat(invoices): implement self-contained InvoicesModule for invoice generation and tracking#646
yusuftomilola merged 2 commits intoDistinctCodes:mainfrom
lishmanTech:invoice

Conversation

@lishmanTech
Copy link
Contributor

  • add Invoice entity with invoiceNumber, orderId, paymentId, items JSONB, totals
  • implement invoice number generator INV-YYYYMM-XXXX
  • add DTOs for invoice creation and filtering
  • implement pagination and filtering by status/date
  • add endpoints for download payload, send, and void invoice
  • register invoices module with TypeORM repository

closes #644

@vercel
Copy link

vercel bot commented Mar 10, 2026

@lishmanTech is attempting to deploy a commit to the naijabuz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@yusuftomilola yusuftomilola merged commit 190b633 into DistinctCodes:main Mar 10, 2026
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate auto-numbered invoices in InvoicesModule with PDF-ready download payload and void workflow

2 participants