/////////////////////////////////////////////////////////////////////////////// } elseif ($action == "bar") { /////////////////////////////////////////////////////////////////////////////// include_once("$obminclude/Artichow/BarPlot.class.php"); $display["detail"] = dis_chart_bar($params); } elseif ($action == "bar_multiple") { /////////////////////////////////////////////////////////////////////////////// include_once("$obminclude/Artichow/BarPlot.class.php"); $display["detail"] = dis_chart_bar_multiple($params); } elseif ($action == "display") { /////////////////////////////////////////////////////////////////////////////// $prefs = get_display_pref($uid, "invoice", 1); $display["detail"] = dis_invoice_display_pref($prefs); } ////////////////////////////////////////////////////////////////////////////// // Display the invoice dashboard // Parameters: // - $invoice : invoice hash infos ////////////////////////////////////////////////////////////////////////////// function dis_chart_bar($chart) { $values = $chart["values"]; $labels = $chart["labels"]; $title = $chart["title"]; $xlabels = $chart["xlabels"];
}else if($action == 'reminder_company'){ $inv_q = reminder_by_company($params['company_id']); $display['detail'] = dis_invoice_reminder_company($inv_q); } else if ($action == 'dispref_display') { /////////////////////////////////////////////////////////////////////////////// update_display_pref($params); $prefs = get_display_pref($obm['uid'], 'invoice', 1); $display['detail'] = dis_invoice_display_pref($prefs); } else if($action == 'dispref_level') { /////////////////////////////////////////////////////////////////////////////// update_display_pref($params); $prefs = get_display_pref($obm['uid'], 'invoice', 1); $display['detail'] = dis_invoice_display_pref($prefs); } /////////////////////////////////////////////////////////////////////////////// // Display /////////////////////////////////////////////////////////////////////////////// $display['head'] = display_head("$l_invoice"); $display['end'] = display_end(); if (! $params['popup']) { update_invoice_action(); $display['header'] = display_menu($module); } display_page($display);