Skip to content

carpenox/Reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vicidial (asterisk) Database - Searchable database, its tables and fields thats used for ViciDIal

Reports

Custom Reports for Vicidial

install instructions - clone the github to /var/www/html/vicidial/Reports for Alma/Rocky/centOS or /srv/www/htdocs/vicidial/Reports/ for OpenSuSe

cd /var/www/html/vicidial/
cd /srv/www/htdocs/vicidial/
git clone https://github.com/carpenox/Reports.git
cp dbconnect_mysqli.php functions.php Reports
chmod -R 744 /var/www/html/vicidial/Reports
chmod -R 744 /srv/www/htdocs/vicidial/Reports
chown -R apache:apache /var/www/html/vicidial/Reports
chown -R wwwrun:www /var/www/html/vicidial/Reports

You will then be able to find the reports at https://yourdomain/vicidial/Reports/

image

did_report.php - Custom report to get a call count per area code and how many DID's you should have per area code based on a 6 day work week with 50 calls or less on each per day(new spam risk math for 2025) - also able to export that data to CSV file

Screenshot 2025-01-11 162201

dids_per_campaign.php -This report connects to the MySQL database, retrieves call data based on the date range filter, and generates a report showing calls per area code grouped by campaign ID. It also calculates the number of DIDs needed to keep the call count below 50 calls per day for the selected date range and provides an option to download the report as a CSV file.

Screenshot 2025-01-13 164627

call_count_campaign.php - This report connects to the MySQL database, retrieves call data based on the date range filter, and generates a report showing calls per area code grouped by campaign ID. It also provides an option to download the report as a CSV file.

Screenshot 2025-01-13 164627

sales.php - Will show the sales and what list they are from for a chosen date range

Screenshot 2025-02-19 101753

humans.php - this report with give you the Outbound CID, Total Calls, Human Answered Calls, and Human Answer Rate (%) for your DID's on a chosen date range

Screenshot 2025-02-13 041234 Screenshot 2025-02-13 041254

users-upload.php - a tool to upload a csv file in the format like the example file users.csv which will create all the users, phone and phonealias in the vicidial database, must make sure the user_id is not being used already in the system. Even if the user may be user "1000" the user_id may be "3".

Screenshot 2025-02-25 225533

image

image

record-search.html - A tool to search records/leads by user and status (backend parts include fetch_users.php, fetch_statuses.php and generate_report.php

image

About

Custom Reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published