invoice-issuer/backend
2025-01-12 13:58:41 +11:00
..
prisma feat: add Invoice and InvoiceItem classes, integrate decimal.js for precise calculations, and update error handling in HttpError class 2025-01-12 09:07:41 +11:00
src feat: add endpoint to delete invoice with bearer token validation and implement deletion logic 2025-01-12 13:58:41 +11:00
.gitignore feat: add TypeDoc documentation generation and update dependencies 2025-01-11 21:20:20 +11:00
package-lock.json feat: add COS integration for uploading generated invoices to cloud storage 2025-01-12 11:27:43 +11:00
package.json feat: add COS integration for uploading generated invoices to cloud storage 2025-01-12 11:27:43 +11:00
tsconfig.json feat: add koa-body middleware, define PayerEntity interface, and update TypeScript configuration 2025-01-11 21:39:03 +11:00