+
+
+
گزارش فروش
+ این ماه
+
+ @if (dashBoard != null && dashBoard.SaleInMonth.HasValue)
+ {
+
+ @if (dashBoard.Salepercent.HasValue && dashBoard.Salepercent.Value>0)
+ {
+ if (dashBoard.Salepercent.Value>=100)
+ {
+ @dashBoard.Salepercent %
+
+ }
+ else
+ {
+ @dashBoard.Salepercent %
+
+ }
+ }
+
+
@dashBoard?.SaleInMonth.Value.ToString("N0")
+ ریال
+
+
+ }
+
+