feat: add messaging toggles, password reset SMS, and payment discounts

Allow SuperAdmin to disable SMS, email, and bot from dashboard settings on top of env flags. Add admin password reset with credentials SMS, plus payment discounts, notes, and payable amount handling.
This commit is contained in:
2026-08-16 06:58:08 +03:30
parent a6c760c3b7
commit 72be01fee3
25 changed files with 601 additions and 43 deletions
+5
View File
@@ -124,6 +124,11 @@
"en": "Password must be at least 6 characters.",
"fa": "رمز عبور باید حداقل ۶ نویسه باشد."
},
"PHONE_NUMBER_REQUIRED": {
"statusCode": 400,
"en": "A phone number is required to send login credentials by SMS.",
"fa": "برای ارسال اطلاعات ورود با پیامک، شماره همراه الزامی است."
},
"TOKEN_EXPIRED": {
"statusCode": 401,
"en": "Token has expired. Please login again.",