blend_spreadsheet_loan_generator 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46e35671c725069b8c6d51bb04828eba2c4445899d4a9637d9423f685657991f
|
4
|
+
data.tar.gz: dc088faacd72bed59aa6c1ff0ffd7e1766e3214ae12a84932a66897a030d6e41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e151dee8ec6058c51cd43992b6aa0ccd545698f2dc4a9fd98b9521d2bb665618af0cac1b81fccdc7b549d44a575f969e107d734d24024b971debdc98cb390555
|
7
|
+
data.tar.gz: f1cb25ce0514aaabf4acdf39b05e3064c34763fe462418322d00ea15002983d277ada072894c59ca642b8a81441a538cf89d3be9a33af891c011862945522d37
|
@@ -97,7 +97,7 @@ module BlendSpreadsheetLoanGenerator
|
|
97
97
|
excel_float(values[last_paid_line][:remaining_capital_end] - capital_paid)
|
98
98
|
|
99
99
|
worksheet[2, columns.index('period_interests') + 1] =
|
100
|
-
"=ARRONDI(#{period_theoric_interests(
|
100
|
+
"=ARRONDI(#{period_theoric_interests(2)}; 2)"
|
101
101
|
|
102
102
|
worksheet[2, columns.index('period_theoric_interests') + 1] =
|
103
103
|
"#{excel_float(values[last_paid_line + 1][:period_interests])} + #{period_calculated_interests(2)}"
|