Backend de erp-core - Workspace V2
Add comprehensive test coverage for the Sales module: - pricelists.service.test.ts: Unit tests for pricelist CRUD and pricing - sales-flow.integration.test.ts: Integration tests for Order-to-Cash flow Test scenarios cover: 1. Quotation -> Approval -> Sales Order conversion 2. Sales Order -> Picking -> Delivery confirmation 3. Delivery -> Invoice generation 4. Order cancellation and stock release 5. Pricelist application and discounts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| service.descriptor.yml | ||
| tsconfig.json | ||
| TYPEORM_DEPENDENCIES.md | ||
| TYPEORM_INTEGRATION_SUMMARY.md | ||
| TYPEORM_USAGE_EXAMPLES.md | ||