Backend de erp-core - Workspace V2
Bank Reconciliation (financial module): - Entities: BankStatement, BankStatementLine, BankReconciliationRule - Service: BankReconciliationService with auto-reconcile - DTOs: CreateBankStatement, ReconcileLine 3-Way Matching (purchases module): - Entities: PurchaseOrderMatching, PurchaseMatchingLine, MatchingException - Service: ThreeWayMatchingService with tolerance validation - DTOs: MatchingStatus, ResolveException Tolerances: - Quantity: 0.5% - Price: 2% 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 | ||