Mercurial > titip
diff index.html @ 9:c7f8d6c21edd
Increase rate
author | nanaya <me@myconan.net> |
---|---|
date | Fri, 15 Jan 2016 20:04:18 +0900 |
parents | d0bb084e17b4 |
children | bc14e1e8d046 |
line wrap: on
line diff
--- a/index.html Tue Nov 24 20:30:32 2015 +0900 +++ b/index.html Fri Jan 15 20:04:18 2016 +0900 @@ -81,7 +81,7 @@ <li>Perhitungan: <ul> <li>Bank: <code>jumlah × 1.07 × nilai_tukar</code>, dibulatkan ke seribuan terdekat.</li> - <li>Bank (alt): <code>jumlah × 1.01 × nilai_tukar + 25000</code>, dibulatkan ke seribuan terdekat. Rekeningnya sama.</li> + <li>Bank (alt): <code>jumlah × 1.02 × nilai_tukar + 25000</code>, dibulatkan ke seribuan terdekat. Rekeningnya sama.</li> <li>PayPal: <code>jumlah × 1.05</code>, dibulatkan ke satuan terdekat.</li> </ul> </li> @@ -116,7 +116,7 @@ if (rates.bni !== 0) { $("#rate-text-bni").text(rates.bni.toLocaleString()); - $("#result-bank-bni").text((Math.ceil(x * 1.01 * rates.bni / 1000) * 1000 + 25000).toLocaleString()); + $("#result-bank-bni").text((Math.ceil(x * 1.02 * rates.bni / 1000) * 1000 + 25000).toLocaleString()); } else { $("#rate-text-bni").text('x'); $("#result-bank-bni").text('x');