◆ __construct()
Status_Operation_Event::__construct |
( |
Database |
$cn | ) |
|
◆ __toString()
Status_Operation_Event::__toString |
( |
| ) |
|
◆ display()
Status_Operation_Event::display |
( |
|
$p_what | ) |
|
display what it is asked
- Parameters
-
Definition at line 62 of file status_operation_event.class.php.
62 {
64 $last_ledger=array();
65 $last_ledger=
$Ledger->get_last(20);
66
67 switch ($p_what) {
68 case 'supplier_now':
70 break;
71 case 'supplier_late':
73 break;
74 case 'customer_now':
76 break;
77 case 'customer_late':
79 break;
80 case 'action_now':
83 case 'action_late':
86 break;
87 default:
89 }
90 }
foreach(array( 'l', 'gDossier') as $a) if(is_numeric($l)==false) $Ledger
display_event($p_title, $p_array, $p_what)
display_operation($p_title, $p_array, $p_what)
Display a box with the contains.
References $Ledger, $Operation, cn, display_event(), display_operation(), and EXC_PARAM_VALUE.
◆ display_event()
Status_Operation_Event::display_event |
( |
|
$p_title, |
|
|
|
$p_array, |
|
|
|
$p_what |
|
) |
| |
◆ display_operation()
Status_Operation_Event::display_operation |
( |
|
$p_title, |
|
|
|
$p_array, |
|
|
|
$p_what |
|
) |
| |
Display a box with the contains.
- Parameters
-
array | $p_array | Data to display |
string | $p_title | Title of the box |
div_name | $p_div | id of the box |
Definition at line 53 of file status_operation_event.class.php.
54 {
55 require_once NOALYSS_TEMPLATE."/status_operation_event-display_operation.php";
56 }
Referenced by display().
◆ main_display()
static Status_Operation_Event::main_display |
( |
Database |
$cn | ) |
|
|
static |
◆ $cn
Status_Operation_Event::$cn |
|
private |
◆ $dialog_box_id
Status_Operation_Event::$dialog_box_id |
|
private |
The documentation for this class was generated from the following file: