erp-core-backend-v2/src/modules/purchases
rckrdmrd 0bdb2eed65 [FASE 4] feat: Add SaaS billing entities and fix unit tests
- Add PlanLimit entity for plan limits tracking
- Add Coupon entity for discount coupons
- Add CouponRedemption entity for coupon usage
- Add StripeEvent entity for webhook processing
- Fix purchases.service tests (mock sequencesService)
- Fix orders.service tests (mock stockReservation)
- Add partners.controller tests (13 new tests)

Test Results: 361 tests passing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 07:47:24 -06:00
..
__tests__ [FASE 4] feat: Add SaaS billing entities and fix unit tests 2026-01-18 07:47:24 -06:00
controllers feat: Add complete module structure for ERP backend 2026-01-16 00:40:54 -06:00
dto feat: Add complete module structure for ERP backend 2026-01-16 00:40:54 -06:00
entities feat: Add complete module structure for ERP backend 2026-01-16 00:40:54 -06:00
services feat: Add complete module structure for ERP backend 2026-01-16 00:40:54 -06:00
index.ts feat: Add complete module structure for ERP backend 2026-01-16 00:40:54 -06:00
purchases.controller.ts Initial commit - erp-core-backend 2026-01-04 06:40:14 -06:00
purchases.module.ts feat: Add complete module structure for ERP backend 2026-01-16 00:40:54 -06:00
purchases.routes.ts Initial commit - erp-core-backend 2026-01-04 06:40:14 -06:00
purchases.service.ts [FASE 3-4] feat: Complete Financial, Inventory, CRM, and Projects modules 2026-01-18 05:49:20 -06:00
rfqs.service.ts Initial commit - erp-core-backend 2026-01-04 06:40:14 -06:00