Kalkulator amortyzacyjny
@if(assetsDepreciationFormGroup.get('initialValueSet')?.invalid && assetsDepreciationFormGroup.get('initialValueSet')?.touched){
Wartość niepoprawna!. Podaj kwotę w zł np 3000.05 (czyli 3000 zł i 5 gr)
}@else{ }
@if( TypeDepreciation.digressive === typeDepreciation() ){
}
@if( lifeFormArray.controls.length > 0 ){
Zmiany wartości
@for( changeGroup of lifeFormArray.controls; track $index ) { }
Lp Miesiąc Zmiana
{{$index+1}}
}
Plan amortyzacji
@for (position of amortizations.positions; track $index) { @if( 12 == position.when.month || $index == amortizations.positions.length-1){ } }
Lp Rok Miesiąc Kwota odpisu Lą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' }}