refactor : rename files and update routes for poultry actions
feat : poultry kill registration and poultry OrderList ** Made With Nima **
This commit is contained in:
@@ -168,7 +168,7 @@ class StatisticsPage extends GetView<StatisticsLogic> {
|
||||
title: 'تعداد تراکنش ها',
|
||||
titleColor: AppColor.blueNormal,
|
||||
isLoading: data.value == null,
|
||||
description: 25369654.separatedByComma,
|
||||
description: 25369654.separatedByCommaFa,
|
||||
iconPath: Assets.vec.cubeScanSvg.path,
|
||||
bgDescriptionColor: Colors.white,
|
||||
gradient: LinearGradient(
|
||||
@@ -186,7 +186,7 @@ class StatisticsPage extends GetView<StatisticsLogic> {
|
||||
return _informationLabelCard(
|
||||
title: 'جمع تراکنش ها',
|
||||
isLoading: data.value == null,
|
||||
description: data.value.separatedByComma ?? '0',
|
||||
description: data.value.separatedByCommaFa ?? '0',
|
||||
unit: 'ريال',
|
||||
iconPath: Assets.vec.cubeCardSvg.path,
|
||||
bgDescriptionColor: Colors.white,
|
||||
|
||||
Reference in New Issue
Block a user