|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
display simple report in a widget on the DASHBOARD More...
Inheritance diagram for Noalyss\Widget\Mini_Report:
Collaboration diagram for Noalyss\Widget\Mini_Report:Public Member Functions | |
| display () | |
| show the simple report from USER_WIDGET.WD_PARAMETER | |
| display_parameter () | |
| Display the parameter of the form. | |
| input_parameter () | |
| select the simple report (FORM_DEFINITION) to display | |
Public Member Functions inherited from Noalyss\Widget\Widget | |
| __construct (protected int $user_widget_id=0, protected string $widget_code="", protected $db=null) | |
| button_zoom () | |
| compute the button ZOOM to put in the title | |
| close_div () | |
| get_div_domid () | |
| compute the DIV ID | |
| get_parameter () | |
| get the parameter of the widget and returns an array | |
| get_user_widget_id () | |
| get_widget_code () | |
| input ($flnumber=true) | |
| display a description of the widget and allow to save it for the current user, call input_param function of the widget if it exists | |
| make_form ($html_input) | |
| open a form with the DOMID "widget_code"_param, it appears once only for each widget in the dialog box for adding widget to the dashboard | |
| open_div () | |
| output the DIV HTML with class and id for the widget | |
| set_user_widget_id (int $user_widget_id) | |
| set_widget_code (string $widget_code) | |
| title ( $title) | |
| display the title and the icon for zooming | |
Additional Inherited Members | |
Static Public Member Functions inherited from Noalyss\Widget\Widget | |
| static | ajax_display (Widget $widget) |
| display a box and fills it with the content of an ajax calls , the ajax calls Widget::display | |
| static | build_user_widget ($user_widget_id, $widget_code) |
| Build a widget thank the user_widget_id (SQL :PK : USER_WIDGET.UW_ID) and $widget_code. | |
| static | display_available () |
| @brier display activated widgets | |
| static | get_enabled_widget () |
| returns an array of widget for the connected user, ordered | |
| static | save ($array) |
| save widget order from an array | |
| static | scanfolder () |
| scan folder to find install.php file , include them if the code is not in DB | |
| static | select_available () |
| show all the widget that can be added | |
display simple report in a widget on the DASHBOARD
Definition at line 37 of file mini_report.php.
| Noalyss\Widget\Mini_Report::display | ( | ) |
show the simple report from USER_WIDGET.WD_PARAMETER
Exception
Reimplemented from Noalyss\Widget\Widget.
Definition at line 44 of file mini_report.php.
References $a, $class, $cn, $exercice, $g_user, $ix, $report, $result, $row, $style, _, alert(), Noalyss\Widget\Widget\close_div(), db, Noalyss\Widget\Widget\get_div_domid(), nbm(), Noalyss\Widget\Widget\open_div(), and title.
Here is the call graph for this function:| Noalyss\Widget\Mini_Report::display_parameter | ( | ) |
Display the parameter of the form.
Reimplemented from Noalyss\Widget\Widget.
Definition at line 111 of file mini_report.php.
References $name, _, db, Noalyss\Widget\Widget\get_parameter(), h, and span().
Here is the call graph for this function:| Noalyss\Widget\Mini_Report::input_parameter | ( | ) |
select the simple report (FORM_DEFINITION) to display
Reimplemented from Noalyss\Widget\Widget.
Definition at line 99 of file mini_report.php.
References $select, db, and Noalyss\Widget\Widget\make_form().
Here is the call graph for this function: