Page 1 of 1

Line of total values on RealTime's Carrier Stats table

PostPosted: Mon Jun 20, 2011 8:31 am
by marcoe
Hi all,

this last weekend I worked on adding an aditional line to the Carrier Stats table on Realtime report, this line has the summed values for the column above it.

Is this something worth adding to the project ? If so, I could send the diff file.

Everything was done using only variables and no database query was used.

Image

PostPosted: Mon Jun 20, 2011 8:33 am
by mflorell
We love adding stuff like this to our reports!

Please create a ticket for your patch in the Issue Tracker and link it to this topic.

PostPosted: Mon Jun 20, 2011 2:37 pm
by marcoe
Done, issue ID# 0000506

PostPosted: Sat Sep 03, 2011 3:00 pm
by knotbeerdan
so how do I go about installing this?

PostPosted: Sat Sep 03, 2011 3:46 pm
by williamconley
wait for it or just switch now to SVN and keep updating. eventually matt will put it in (i believe he can be bribed if you want to kick something to the top of the list) and it will "just be there" in the SVN update one day.

Very cool project. Yes? 8-)

PostPosted: Sat Sep 03, 2011 5:04 pm
by knotbeerdan
If im running the latest version of goautodial, isnt that using SVN?

And yes this is a very cool project. It will be nice to let our clients easily see these numbers.

PostPosted: Sat Sep 03, 2011 8:10 pm
by williamconley
GoAutoDial 2.1 installs VICIdial 2.2.1 stable release. Not SVN and not "latest".

By latest SVN I am referring to the Developer Trunk SVN which is presently at version 2.4 (not 2.2.X) and has a new "build" every day or two. With all these cool new toys.

Click on the VICIDIAL Wiki then "HowTo" then "SVN:HowTo".

The coolest part about the Vicidial SVN implementation is that you can easily use the svn "co" (check out) command to GET the new code without installing anything or making any changes ... which gets you the "UPGRADE" document to read what the rest of the steps are. All that will have happened is the download of the new code, easily done even on a system in use so you can check out the next steps before making any actual changes.

Remember, though: the pretty agent interface in GoAutoDial is not going to be compatible with the Latest SVN of vicidial, so you'll end up using the /vicidial/ directory for administration and the /agc/ directory for agents instead of the directories in use now. This will alter the "look" of Vicidial back to Stock.

PostPosted: Sun Sep 04, 2011 8:14 pm
by knotbeerdan
So I tried to upgrade to SVN though I got all errors for duplicate tables or filenames during the process. Everything I saw during the upgrade said I was upgrading to 2.4 but when I go into the admin screen and look at the version on the bottom of the sidebar I see this ...

Image

I was following the SVN how to and the UPGRADE.txt doc...

One thing is that when I try to run
Code: Select all
svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk
I get
Code: Select all
-bash: svn: command not found

PostPosted: Sun Sep 04, 2011 8:39 pm
by williamconley
Remember, though: the pretty agent interface in GoAutoDial is not going to be compatible with the Latest SVN of vicidial, so you'll end up using the /vicidial/ directory for administration and the /agc/ directory for agents instead of the directories in use now. This will alter the "look" of Vicidial back to Stock.
the goautodial folders are no longer usable after the upgrade. try http://xxx/vicidial/welcome.php

PostPosted: Sun Sep 11, 2011 6:34 pm
by knotbeerdan
Did a base install of Vicibox and the update worked without any problems... 8)

Now on to install this new line in the reports screen!!