Backend de erp-core - Workspace V2
- Add fiscal entities: - TaxCategory, FiscalRegime, CfdiUse - PaymentMethod, PaymentType, WithholdingType - Add fiscal services with filtering capabilities - Add fiscal controller with REST endpoints - Add fiscal routes at /api/v1/fiscal - Register fiscal routes in app.ts Endpoints: - GET /fiscal/tax-categories - GET /fiscal/fiscal-regimes - GET /fiscal/cfdi-uses - GET /fiscal/payment-methods - GET /fiscal/payment-types - GET /fiscal/withholding-types 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 | ||