Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 26, 2024 10:36 am
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: InitalRate
PostPosted: Wed Jul 05, 2006 10:10 am 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
In user interface in 'call history' it shown, for example, as 0.07
but i have rate for user as 0.0654
areski, how can i show true value to customer? its very imported for me.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 05, 2006 10:50 am 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
you could change in lib/Misc.php

function display_2dec($var){
echo number_format($var,2);
}


by

function display_2dec($var){
echo number_format($var,3);
}



but for your information, I will remove initialrate from the cdr report in 1.2.3, I guess this is not really useful... and I added some surprise there.

Rgds, Areski


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 07, 2006 11:01 am 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
thank you! :P


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 
Predictive Dialer


All times are UTC


Who is online

Users browsing this forum: No registered users and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group