11 function GetBillingURL() {
12 return "/billing/index.prg";
19 function GetIsInEditList($dbh, $Hu) {
20 return CheckPerm($dbh, $Hu,
"billing_edit", $_SERVER[
'REMOTE_ADDR']);
27 function GetAbleToRunBilling($dbh, $Hu) {
28 return CheckPerm($dbh, $Hu,
"billing_runBilling", $_SERVER[
'REMOTE_ADDR']);
36 function GetBillingEmailFlag() {
45 function GetStartFile() {
46 return "/home/homecu/tmp/.runBillingStart";
55 function GetContractFile() {
56 return "/home/homecu/tmp/.runBillingContractSpecs";
64 function GetEstatementCountFile() {
65 return "/home/homecu/tmp/.runBillingEstatementCounts";
73 function GetIVRCountFile() {
74 return "/home/homecu/tmp/.runBillingIVRCounts";
82 function GetIPayCountFile() {
83 return "/home/homecu/tmp/.runBillingIPayCounts";
91 function GetTimeTrackCountFile() {
92 return "/home/homecu/tmp/.runBillingTimeTrackCounts";
100 function CheckRunBillingInterval() {