From 3492d7571d7cb6930d7b7dde4c0f0a84ac8e6b6e Mon Sep 17 00:00:00 2001 From: JustinMacaulay Date: Mon, 13 Jan 2025 10:13:25 -0800 Subject: [PATCH] Added thousandth seperator for money value fields --- .../dfa-project-amendment.component.html | 4 +- .../invoice/invoice.component.html | 46 ++++---- .../recovery-claim.component.html | 102 +++++++++--------- .../recovery-plan.component.html | 18 ++-- 4 files changed, 85 insertions(+), 85 deletions(-) diff --git a/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-amendment/dfa-project-amendment.component.html b/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-amendment/dfa-project-amendment.component.html index c420d14a0..b96c24987 100644 --- a/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-amendment/dfa-project-amendment.component.html +++ b/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-amendment/dfa-project-amendment.component.html @@ -269,7 +269,7 @@ id="currencyBoxestimatedAdditionalProjectCost" formControlName="estimatedAdditionalProjectCost" matInput - mask="separator.2" thousandSeparator="" decimalMarker="." + mask="separator.2" thousandSeparator="," decimalMarker="." maxlength="100"/> CA$ @@ -300,7 +300,7 @@ id="currencyBoxapprovedAdditionalProjectCost" formControlName="approvedAdditionalProjectCost" matInput - mask="separator.2" thousandSeparator="" decimalMarker="." + mask="separator.2" thousandSeparator="," decimalMarker="." maxlength="100"/> CA$ diff --git a/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/invoice/invoice.component.html b/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/invoice/invoice.component.html index c6fc9089d..a75887b95 100644 --- a/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/invoice/invoice.component.html +++ b/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/invoice/invoice.component.html @@ -95,7 +95,7 @@ - +
@@ -143,7 +143,7 @@ > - +
@@ -157,10 +157,10 @@ Yes  No - +

Select the date that the goods or services were received*

- + - +
- +

@@ -206,7 +206,7 @@ - + - +
@@ -230,7 +230,7 @@ Yes  No @@ -240,7 +240,7 @@       This is required - +
@@ -275,7 +275,7 @@ Net invoiced being claimed (excluding taxes)*

- +
CA$
- +
@@ -298,7 +298,7 @@

PST

- +
@@ -307,7 +307,7 @@ (focusin)="setHelpText(4, tooltip)" [formControl]="invoiceForm.controls['pst']" matInput - mask="separator.2" thousandSeparator="" decimalMarker="." + mask="separator.2" thousandSeparator="," decimalMarker="." (keyup)="CalculateInvoice($event);" maxlength="100"/> @@ -324,7 +324,7 @@ (focusin)="setHelpText(5, tooltip)" [formControl]="invoiceForm.controls['grossGST']" matInput - mask="separator.2" thousandSeparator="" decimalMarker="." + mask="separator.2" thousandSeparator="," decimalMarker="." (keyup)="CalculateInvoice($event);" maxlength="100"/> @@ -372,10 +372,10 @@ @@ -415,6 +415,6 @@
- + diff --git a/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/recovery-claim/recovery-claim.component.html b/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/recovery-claim/recovery-claim.component.html index 15defebf3..f50e62b41 100644 --- a/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/recovery-claim/recovery-claim.component.html +++ b/dfa-public/src/UI/embc-dfa/src/app/sharedModules/forms/dfa-claim-main-forms/recovery-claim/recovery-claim.component.html @@ -1,7 +1,7 @@
- +