Backend de erp-mecanicas-diesel - Workspace V2
Go to file
Adrian Flores Cortes f74f713482 [MMD-010] feat: Add FiadosService module for customer credit management
- Create fiados module with 3 entities:
  - CustomerCreditAccount: Credit accounts per customer
  - Fiado: Individual credit sales (fiados)
  - FiadoPayment: Payment/abono tracking
- Implement FiadosService with full business logic:
  - Credit eligibility checking
  - Fiado creation with automatic due dates
  - Payment registration with FIFO allocation
  - Overdue tracking and account freezing
- Connect FiadosToolsService to real FiadosService
- Update MCP module registration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 08:22:28 -06:00
src [MMD-010] feat: Add FiadosService module for customer credit management 2026-01-25 08:22:28 -06:00
.env.example Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
.gitignore chore: Add .gitignore for clean repository 2026-01-20 07:31:50 -06:00
Dockerfile Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
package-lock.json Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
package.json Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
README.md Initial commit 2026-01-16 14:04:56 +00:00
service.descriptor.yml Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
tsconfig.json Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00

erp-mecanicas-diesel-backend-v2

Backend de erp-mecanicas-diesel - Workspace V2