From 1765c4d17e7b6f4abab1884e9f9f766ad1dc05f9 Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 27 Oct 2024 23:01:11 +0100 Subject: [PATCH] Some little changes in display --- .../asset-calculator.component.html | 100 +++++++++--------- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/src/app/asset-calculator/asset-calculator.component.html b/src/app/asset-calculator/asset-calculator.component.html index 01a3ca9..b8333bc 100644 --- a/src/app/asset-calculator/asset-calculator.component.html +++ b/src/app/asset-calculator/asset-calculator.component.html @@ -22,15 +22,16 @@
-
Kalkulator amortyzacyjny
+
Kalkulator amortyzacyjny
-
+ +
-
+
-
+
@@ -43,10 +44,10 @@
-
+
-
+
@@ -56,10 +57,10 @@
-
+
-
+
@@ -67,10 +68,10 @@
-
+
-
+
@@ -93,17 +94,18 @@ [disabled]=assetsDepreciationFormGroup.invalid (click)=calculate() type="button" value="Wylicz "> --> - -
+ +
+
-
+
@if( lifeFormArray.controls.length > 0 ){
Zmiany wartości
-
+
@@ -127,46 +129,46 @@ }
- +
Plan amortyzacji
-
-
- - - - - - - - - - - @for (position of amortizations.positions; track $index) { - - - - - - - - @if( 12 == position.when.month || $index == amortizations.positions.length-1){ +
+
LpRokMiesiącKwota odpisuLączny odpis
{{$index+1}}{{ position.when.year }}{{ position.when.month }}{{ position.calculatedDepreciation | number:'1.2-2' }}{{ position.sum | number:'1.2-2' }}
+ - - + + + + + + + + @for (position of amortizations.positions; track $index) { + + + + + + + + @if( 12 == position.when.month || $index == amortizations.positions.length-1){ + + + + + } } - } - -
- -
-
Łącznie w roku {{position.when.year}} odpis : {{ position.sumThisYear| number:'1.2-2' }}
-
-
LpRokMiesiącKwota odpisuLączny odpis
{{$index+1}}{{ position.when.year }}{{ position.when.month }}{{ position.calculatedDepreciation | number:'1.2-2' }}{{ position.sum | number:'1.2-2' }}
+ +
+
Łącznie w roku {{position.when.year}} odpis : {{ position.sumThisYear| number:'1.2-2' }}
+
+
+ + +
-