Files
sidata/config/constants.php
2023-07-31 14:51:37 +07:00

22 lines
806 B
PHP

<?php
return [
'upload_path' => "uploadFiles/",
'upload_path_kontrak' => "uploadFiles/kontrak/",
'upload_path_sts' => "uploadFiles/sts/",
'upload_path_laporan' => "uploadFiles/laporan/",
'download_path' => "downloadFiles/",
'options' => [
'option_attachment' => '13',
'option_email' => '14',
'option_monetery' => '15',
'option_ratings' => '16',
'option_textarea' => '17',
],
'jenis_dana' => [
'DBH'=>["rekening"=>["4.2.01.01.01"]],
'DAK'=>["rekening"=>["4.2.01.01.03","4.2.01.01.04"]],
'DID'=>["rekening"=>["4.2.01.02.01"]],
'DAU'=>["rekening"=>["4.2.01.01.02"]],
'IF'=>["rekening"=>["4.2.01.06.01"]]
]
];