You are here

Functions in Ubercart CSV 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_uc_csv_export ./uc_csv.drush.inc Drush export cvs file from ubercart command callback
drush_uc_csv_export_report ./uc_csv.drush.inc Do the report
drush_uc_csv_export_report_validate ./uc_csv.drush.inc Make sure that we have a valid report id
drush_uc_csv_uc_csv_export_validate ./uc_csv.drush.inc Implementation of drush_hook_COMMAND_validate().
uc_csv_add_new_report ./uc_csv.module Add new reports 1
uc_csv_add_new_report_submit ./uc_csv.module Submit handler for creating a new report
uc_csv_both_perms ./uc_csv.module Permissions callback 1
uc_csv_clean_filename ./uc_csv.module Clean the file name of the report 1
uc_csv_cron ./uc_csv.module Implements hook_cron
uc_csv_delete_report ./uc_csv.module Delete a report 1
uc_csv_delete_report_submit ./uc_csv.module Submit Handler for Delete Confirm
uc_csv_drush_command ./uc_csv.drush.inc Implementation of hook_drush_command().
uc_csv_generate_report ./uc_csv.module 1
uc_csv_help ./uc_csv.module Implements hook_help
uc_csv_mail ./uc_csv.module Implements hook_mail
uc_csv_menu ./uc_csv.module Implements hook_menu
uc_csv_permission ./uc_csv.module Implements hook_perm
uc_csv_report_grid ./uc_csv.module Present a list of exported reports 1
uc_csv_report_id_load ./uc_csv.module Load arguments from URL
uc_csv_schema ./uc_csv.install Implements of hook_schema 1
uc_csv_select_report_to_export ./uc_csv.module Select Report To Export 1
uc_csv_select_report_to_export_submit ./uc_csv.module Put together an export based on the report id 3
uc_csv_settings ./uc_csv.module Settings form 1
uc_csv_theme ./uc_csv.module Implements hook_theme
uc_csv_update_7203 ./uc_csv.install Add a field for the type of file to be exported with a report
uc_csv_update_7204 ./uc_csv.install Add a boolean field to determine if last order exported should be tracked per report
uc_csv_update_7205 ./uc_csv.install Add a status field. These are order statuses to be included in report exports.
uc_csv_update_7206 ./uc_csv.install Add fields to allow emailing of reports to specific users when reports are generated
_uc_csv_is_cron_running ./uc_csv.module Helper to see if cron is running 1
_uc_csv_prepare_report ./uc_csv.module Prepare the report 1
_uc_csv_save_report ./uc_csv.module Save the report 2

Other projects