TorbatYar/backend/services/crm/README.md
Mortezakoohjani 12c8615615 Ship enterprise Accounting FE/API with CRUD parity and production wiring.
Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 15:26:43 +03:30

26 lines
797 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CRM Service (Placeholder)
> وضعیت: طراحی‌شده در معماری، پیاده‌سازی در فازهای بعدی.
## مسئولیت‌ها
- مشتریان
- سرنخ‌ها (Leads)
- فرصت‌ها (Opportunities)
- pipeline
- stageهای قابل تنظیم
- task
- activity
- automation
## اصول
- دیتابیس مستقل (`crm_db`) با `tenant_id` در جداول بیزینسی.
- ارتباط با سایر سرویس‌ها فقط از طریق API/Event.
- بررسی دسترسی قابلیت‌ها از Core (`crm.*`).
## Related Documents
- [Module Registry](../../../docs/module-registry.md#crm)
- [Services Contracts](../../../docs/reference/services-contracts.md)
- [Architecture](../../../docs/architecture/architecture.md)