docs: rename 'تخفیفی' to 'اعتباری' across all documentation

- 9 files updated: BUSINESS-01/02/03/04, TECH-02, OVERVIEW-01/03/04, MAGIC-WALLET-SPEC
- فروشگاه تخفیفی → فروشگاه اعتباری
- کیف‌پول تخفیفی → کیف‌پول اعتباری
- Consistent naming with FrontOffice UI
This commit is contained in:
masoodafar-web
2026-02-22 20:57:05 +03:30
parent c14bea6a06
commit 6b6173e2be
9 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -96,7 +96,7 @@ public class Inventory {
}
// فیلد کلیدی در Product:
public int MaxDiscountPercent { get; set; } // 0 تا 100 — درصد تخفیف در فروشگاه تخفیفی
public int MaxDiscountPercent { get; set; } // 0 تا 100 — درصد تخفیف در فروشگاه اعتباری
```
### ۳.۳ فلوی سفارش و موجودی
@@ -188,7 +188,7 @@ flowchart TD
/store/cart → سبد خرید
/store/checkout → پرداخت
فروشگاه تخفیفی:
فروشگاه اعتباری:
/discount-store → لیست محصولات
/discount-store/product/{id} → جزئیات
/discount-store/cart → سبد (ترکیبی)
@@ -222,7 +222,7 @@ graph TD
| ماژول | وضعیت | درصد |
|-------|--------|------|
| فروشگاه عادی | ✅ کامل | 100% |
| فروشگاه تخفیفی | ✅ کامل | 100% |
| فروشگاه اعتباری | ✅ کامل | 100% |
| Lazy Loading | ✅ کامل | 100% |
| موجودی خودکار | ✅ کامل | 100% |
| تصاویر مربعی | ✅ کامل | 100% |