Class Wcap_Dashboard_Report
Shows the report on dashboard tab.
Author: Tyche Softwares
Since: 3.5
Located at includes/classes/class_wcap_dashboard_report.php
Methods summary
public
string
|
#
get_begin_of_month( string $selected_data_range, string $user_start_date )
Select the start date range |
public
|
|
public
integer
|
#
get_this_month_amount_reports( string $type, string $selected_data_range, string $start_date, string $end_date )
Get the report of recover orders, total sales of current month. |
public
integer
|
#
get_this_month_number_reports( string $type, string $selected_data_range, string $start_date, string $end_date )
Get the report of abandoned carts, recovered Orders of current month. |
public
integer
|
#
get_this_month_total_vs_abandoned_order( string $type, string $selected_data_range, string $start_date, string $end_date )
Get the report of abandoned carts, recovered Orders of current month. |
public
integer
|
#
wcap_get_email_report( string $type, string $selected_data_range, string $user_start_date, string $user_end_date )
Get the report of Email Sent, opened emails & Email Clicked of current month. |
public
integer
|
#
wcap_get_total_email_sent_count( string $start_date_db, string $end_date_db )
Get total count of Email Sent. |
public
integer
|
#
wcap_get_total_emails_opened( string $start_date_db, string $end_date_db )
Get the total count of email opened. |
public
integer
|
#
wcap_get_total_emails_clicked( string $start_date_db, string $end_date_db )
Get the total count of email clicked. |
public
integer
|
#
get_wc_total_sales( string $begin_of_month, string $end_of_month )
Get the total count of Sales of store. |
public
integer
|
#
get_current_month_recovered_amount( string $begin_of_month, string $end_of_month )
Get the Amount of Recover Orders |
public
integer
|
#
get_current_month_abandoned_amount( string $begin_of_month, string $end_of_month )
Get the Amount of Abandoned Orders. |
public
integer
|
#
get_current_month_abandoned_count( string $begin_of_month, string $end_of_month )
Get the total count of Sales of Abandoned Orders. |
public
integer
|
#
get_current_month_recovered_count( string $begin_of_month, string $end_of_month )
Get the total count of Recovered Orders. |
public
integer
|
#
get_this_month_wc_total_order_count( string $begin_of_month, string $end_of_month )
Get the total count of sales of store. |
public
integer
|
#
wcap_get_total_email_sent_for_template( integer $wcap_template_id, string $selected_data_range, string $start_date, string $end_date )
Get the total Email Sents. |
public
integer
|
#
wcap_get_total_email_open_for_template( integer $wcap_template_id, string $selected_data_range, string $start_date, string $end_date )
Get the total count of Email Opened. |
public
integer
|
#
wcap_get_total_email_click_for_template( integer $wcap_template_id, string $selected_data_range, string $start_date, string $end_date )
Get the total count of Email link clicked. |
public
integer
|
#
wcap_get_total_email_recover_for_template( integer $wcap_template_id, string $selected_data_range, string $start_date, string $end_date )
Get the Recovery Rate for template. |
public
integer
|
#
wcap_get_atc_data_of_range( string $selected_data_range, string $start_date, string $end_date )
Get the Add to Cart Popup Modal Data. |