Commit fd21b755 by Taufikyu

ganti persen denda

1 parent 81f1204f
...@@ -18,7 +18,7 @@ from math import ceil ...@@ -18,7 +18,7 @@ from math import ceil
## Untuk perhitungan bunga ## ## Untuk perhitungan bunga ##
############################# #############################
def hitung_bunga(pokok, jatuh_tempo, tanggal=None, max_denda=24): def hitung_bunga(pokok, jatuh_tempo, tanggal=None, max_denda=24):
persen_denda = 1 persen_denda = 2
if not tanggal: if not tanggal:
tanggal = datetime.now().date() tanggal = datetime.now().date()
if tanggal <= jatuh_tempo: if tanggal <= jatuh_tempo:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!