#Iner_ID : Main or Sub or if -1 user menu func list
%FUNCTIONS_LIST = (
                   "01:0:$_BONUS:bonus_users_list:"                  => 11,
                   #"03:0:$_BONUS:bonus_user_log:UID"                => 20,
                   "07:0:$_BONUS:bonus_tp:"                          => 5,
                   "08:7:$_BONUS $_SERVICE:bonus_service_discount:"  => 5,
                   "09:7:$_BONUS Turbo:bonus_turbo:"                 => 5,
                   );


if($conf{BONUS_ACCOMULATION}) {
  %USER_FUNCTION_LIST = ("01:0:$_BONUS:bonus_user:" => 0);
  $FUNCTIONS_LIST{"02:0:$_BONUS:bonus_user:UID"}    = 20;
  #$FUNCTIONS_LIST{"10:7:$_BONUS $_ACCOMULATION:bonus_accomulation:"}= 5;
}
else {
  $FUNCTIONS_LIST{"02:0:$_BONUS:bonus_users:UID"}=20;
  if($conf{BONUS_SERVICE_DISCOUNT}) {
    %USER_FUNCTION_LIST = ("01:0:$_BONUS:bonus_service_discount_client:"     => 0);
  } 
}

# 
%PERIODIC = (daily   => [ 'bonus_periodic_daily'   ],
             monthly => [ 'bonus_periodic_monthly' ],
#             report  => [ 'bonus_report'   ]
            );
1
