Commit Graph

4 Commits

Author SHA1 Message Date
ahasani 658496320b feat: implement correction and original send functionality for Nama provider
- Added new DTOs for correction requests and responses in `nama-provider.dto.ts`.
- Updated `nama-provider.adapter.ts` to include `originalSend` and `correctionSend` methods.
- Enhanced `nama-provider.util.ts` with mapping functions for correction requests.
- Created operational guidelines for agents in `AGENT.md`.
- Updated Prisma migrations to support new invoice types and relationships.
- Introduced new service and DTO for creating sales invoices in `sale-invoice-create.service.ts` and `sale-invoice-create.dto.ts`.
- Added utility for handling Prisma errors in `prisma-error.util.ts`.
2026-05-05 22:42:09 +03:30
ahasani f9e1ad69dc update 2026-04-22 21:55:40 +03:30
ahasani c02e7afca1 update docker 2026-03-31 21:26:01 +03:30
ahasani 9cf9209daa change source of account id in prepared token to domain account id, create consumer salesInvoiceModule 2026-03-30 13:16:36 +03:30