Files
docs/محاسبه پلن باینر - Sheet1.csv
T
masoodafar-web 002e99f6bf Implement Persian Date Conversion and Enhance User Network Information Service
- Added PersianDateTimeService for converting Gregorian dates to Persian format in the BackOffice frontend.
- Updated multiple frontend pages (Dashboard, UserPayouts, WorkerControl, UserNetworkInfo) to utilize the new Persian date service.
- Enhanced GetUserNetworkPositionDto with 28+ new fields for comprehensive user network data.
- Updated GetUserNetworkPositionQueryHandler to include new methods for calculating network statistics.
- Modified Protobuf messages to accommodate the new fields, increasing from 14 to 42.
- Refined week number calculation algorithm to ensure consistency across C# and SQL implementations.
- Created new CSV and Excel files for binary plan calculations.
- Ensured all changes are tested and validated for accuracy and performance.
2025-12-20 06:15:59 +03:30

753 B

1
2
3باقیمانده هفته قبل چپLL200
4باقیمانده هفته قبل راستLR0
5هفته جدید چپNL400
6هفته جدید راستNR500
7ماکسیمم تعادل MX300
8
9
10مجموعه دست چپSLTsum(LL,NL)600
11مجموعه دست راستSRTsum(LR,NR)500
12
13کمترین کلMinTmin(SLT,SRT)500
14
15باقیمانده هفته بعد چپRNWLSLT - MinT100
16باقیمانده هفته بعد راستRNWRSRT - MinT0
17
18محاسبه مجدد ماکسیمومNMXmin(MX,MinT)300
19
20فلش چپFLSLT - MX - RNWL200
21فلش راستFRSRT - MX - RNWR200
22
23کل تعادلTBIF(MinT > MX) MX ELSE MinT300