Jadwal Salur dan Style

This commit is contained in:
Pusdatin BPKD Jkt
2023-01-11 16:40:47 +07:00
parent e6f4fc9595
commit 620d27e522
33 changed files with 872 additions and 805 deletions
+13
View File
@@ -138,4 +138,17 @@ function getTA()
function getJenisDana()
{
return ["DBH","DAK","DID","DAU"];
}
function getKodeRekInduk($val)
{
$kodeRek = [
"DBH"=>["4.2.01.01.01"],
// "DBH-CHT"=>"4.2.01.01.01.0004",
"DAU"=>["4.2.01.01.02"],
"DAK"=>["4.2.01.01.03","4.2.01.01.04"],
"DID"=>["4.2.01.02.01"]
];
return $kodeRek[$val];
}