From beb81c790d2ee5b2e09887eb9c644a61bd9b7e5c Mon Sep 17 00:00:00 2001 From: Stefan Hauke Date: Wed, 16 Dec 2020 15:21:19 +0100 Subject: [PATCH] small visual review fixes --- .../src/app/components/user-budget/user-budget.component.html | 4 ++++ .../app/components/user-budget/user-budget.component.spec.ts | 4 ++++ .../requisition-buyer-approval.component.html | 4 +++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/projects/organization-management/src/app/components/user-budget/user-budget.component.html b/projects/organization-management/src/app/components/user-budget/user-budget.component.html index b099f03481..d8455b06fd 100644 --- a/projects/organization-management/src/app/components/user-budget/user-budget.component.html +++ b/projects/organization-management/src/app/components/user-budget/user-budget.component.html @@ -14,6 +14,10 @@
{{ 'account.budget.type.' + budget.budgetPeriod + '.label' | translate }}
{{ budget.budget | ishPrice }}
+
+
{{ 'account.budget.already_spent.label' | translate }}
+
{{ usedBudget | ishPrice }}
+
{
account.budget.type.monthly.label
USD 5000
+
+
account.budget.already_spent.label
+
USD 2500
+
diff --git a/projects/requisition-management/src/app/components/requisition-buyer-approval/requisition-buyer-approval.component.html b/projects/requisition-management/src/app/components/requisition-buyer-approval/requisition-buyer-approval.component.html index 391ef39b5d..febbdc4695 100644 --- a/projects/requisition-management/src/app/components/requisition-buyer-approval/requisition-buyer-approval.component.html +++ b/projects/requisition-management/src/app/components/requisition-buyer-approval/requisition-buyer-approval.component.html @@ -42,7 +42,9 @@
{{ 'account.budget.already_spent.label' | translate }}
-
{{ requisition.userBudget.spentBudget | ishPrice }} ({{ spentPercentage | percent }})
+
+ {{ requisition.userBudget.spentBudget | ishPrice }} ({{ spentPercentage | percent }}) +