blend_spreadsheet_loan_generator 0.1.17 → 0.1.18
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: 6f1bd528dfab34e5a542c71fb717a135514bcd836c514459aa3cd48370d8c6ce
|
4
|
+
data.tar.gz: 158fd28b4211df4ba3bc97b9fb79aa585267e2fb430974454f81780e3582c0aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26472f95146cb98da47c04b28cb1fd1fc03e318cdcf1f960cce59b8faca80e4a007b8bcfd85a24ee259babdce978acae868b0fe20d0132694d45dcc0d8ba5853
|
7
|
+
data.tar.gz: e88f0c3853586ecbc59cdbc0c255543dc19816e1873f35b3242bb6701f4aeef5b9a9a0dce4335efbfb6f5af0bdd3861c68931fcc10c54a66e56500a7db8cb212
|
@@ -109,7 +109,7 @@ module BlendSpreadsheetLoanGenerator
|
|
109
109
|
"=#{excel_float(values[last_paid_line][:remaining_capital_end])} - #{period_capital(2)}"
|
110
110
|
|
111
111
|
worksheet[2, columns.index('period_interests') + 1] =
|
112
|
-
"=ARRONDI(#{period_theoric_interests(2)} + #{guaranteed_interests_paid}; 2)"
|
112
|
+
"=ARRONDI(#{period_theoric_interests(2)} + #{excel_float(guaranteed_interests_paid)}; 2)"
|
113
113
|
|
114
114
|
worksheet[2, columns.index('period_theoric_interests') + 1] =
|
115
115
|
"=#{excel_float(values[last_paid_line + 1][:period_calculated_interests])}"
|