Go to the source code of this file.
Variables | |
| $permission = 11 | |
| $title = $strBillableIncidents | |
| $startdateorig = cleanvar($_REQUEST['startdate']) | |
| $enddateorig = cleanvar($_REQUEST['enddate']) | |
| $startdate = strtotime(cleanvar($_REQUEST['startdate'])) | |
| $enddate = strtotime(cleanvar($_REQUEST['enddate'])) | |
| $mode = cleanvar($_REQUEST['mode']) | |
| $sites = $_REQUEST['sites'] | |
| $output = cleanvar($_REQUEST['output']) | |
| $showonlyapproved = cleanvar($_REQUEST['showonlyapproved']) | |
| $sitelistsql = "SELECT DISTINCT m.site, s.name " | |
| $sitestr = '' | |
| $enddate = strtotime(cleanvar($_REQUEST['enddate'])) |
Definition at line 30 of file billable_incidents.php.
Referenced by billable_units_site(), calc_working_enddate(), count_incidents(), draw_chart(), draw_job_chart(), feedback_between_dates(), get_users_appointments(), mark_task_completed(), saction_MailPreviousMonthsTransactions(), saction_SetUserStatus(), and transactions_report().
| $enddateorig = cleanvar($_REQUEST['enddate']) |
Definition at line 27 of file billable_incidents.php.
| $mode = cleanvar($_REQUEST['mode']) |
Definition at line 31 of file billable_incidents.php.
Referenced by appointment_popup(), contract_details(), dashboard_user_incidents_display(), display_holiday_table(), draw_chart(), give_overview(), is_kb_article(), kb_article(), nusoap_wsdlcache::obtainMutex(), process_add_contact(), show_add_contact(), show_edit_site(), and user_contracts_table().
| $output = cleanvar($_REQUEST['output']) |
Definition at line 33 of file billable_incidents.php.
Referenced by create_report(), nusoap_server_mime::getHTTPBody(), and nusoap_client_mime::getHTTPBody().
| $permission = 11 |
Definition at line 15 of file billable_incidents.php.
| $showonlyapproved = cleanvar($_REQUEST['showonlyapproved']) |
Definition at line 35 of file billable_incidents.php.
Definition at line 39 of file billable_incidents.php.
| $sites = $_REQUEST['sites'] |
Definition at line 32 of file billable_incidents.php.
Referenced by site_drop_down(), and transactions_report().
| $sitestr = '' |
Definition at line 43 of file billable_incidents.php.
Referenced by transactions_report().
| $startdate = strtotime(cleanvar($_REQUEST['startdate'])) |
Definition at line 29 of file billable_incidents.php.
Referenced by billable_units_site(), book_days_when_free(), count_incidents(), dashboard_tasks(), draw_chart(), draw_job_chart(), feedback_between_dates(), get_users_appointments(), saction_MailPreviousMonthsTransactions(), saction_SetUserStatus(), and transactions_report().
| $startdateorig = cleanvar($_REQUEST['startdate']) |
Definition at line 26 of file billable_incidents.php.
| $title = $strBillableIncidents |
Definition at line 25 of file billable_incidents.php.
For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo