add Income reset date

This commit is contained in:
Ibnu Maksum
2024-06-20 14:57:19 +07:00
parent 28ec7883e2
commit 628fcda360
4 changed files with 19 additions and 10 deletions

View File

@ -24,7 +24,6 @@ $reset_day = $config['reset_day'];
if(empty($reset_day)){
$reset_day = 1;
}
$reset_day = 20;
//first day of month
if($reset_day >= date("d")){
$first_day_month = date('Y-m-'.$reset_day);