jonathanjordan21 commited on
Commit
7a7b5a4
1 Parent(s): 2ca37d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -891,7 +891,7 @@ def respond_pkb(
891
  out += f"\nSWDKLLJ \t\t: {int(swdkllj*d):,}"
892
  out += f"\nPNBP STNK \t\t:{int(pnbp_stnk):,}"
893
  out += f"\nPNBP TNKB \t\t:{int(pnbp_tnkb):,}"
894
- out += f"\nTOTAL \t\t: {int(pkb + swdkllj + pnbp_stnk + pnbp_tnkb + bbnkb):,}"
895
 
896
  out_k += "\nRumus Pokok Pajak Kendaraan Bermotor (PKB) : TARIF * NJKB * BOBOT * PENGENAAN"
897
  out_k += f"\nKalkulasi : {tarif_pkb*100}% * Rp{int(nilai_jual):,} * {bobot} * 100%"
 
891
  out += f"\nSWDKLLJ \t\t: {int(swdkllj*d):,}"
892
  out += f"\nPNBP STNK \t\t:{int(pnbp_stnk):,}"
893
  out += f"\nPNBP TNKB \t\t:{int(pnbp_tnkb):,}"
894
+ out += f"\nTOTAL \t\t: {int(pkb*d + swdkllj*d + pnbp_stnk + pnbp_tnkb + bbnkb):,}"
895
 
896
  out_k += "\nRumus Pokok Pajak Kendaraan Bermotor (PKB) : TARIF * NJKB * BOBOT * PENGENAAN"
897
  out_k += f"\nKalkulasi : {tarif_pkb*100}% * Rp{int(nilai_jual):,} * {bobot} * 100%"