|
dolibarr 25.0.0-alpha
|
Home page of calendar events. More...
Go to the source code of this file.
Functions | |
| sort_events_by_date ($a, $b) | |
| Sort events by date. | |
| sort_events_by_percentage ($a, $b) | |
| Sort events by percentage. | |
Variables | |
| $cacheusers = array() | |
| $theme_datacolor | |
Home page of calendar events.
Definition in file index.php.
| sort_events_by_date | ( | $a, | |
| $b ) |
Sort events by date.
| object | $a | Event A |
| object | $b | Event B |
Definition at line 1539 of file index.php.
References sort_events_by_percentage().
| sort_events_by_percentage | ( | $a, | |
| $b ) |
Sort events by percentage.
| object | $a | Event A |
| object | $b | Event B |
Definition at line 1578 of file index.php.
Referenced by sort_events_by_date().
| $cacheusers = array() |
Definition at line 1215 of file index.php.
Referenced by FormActions\showactions().
| $theme_datacolor |
Definition at line 1217 of file index.php.
Referenced by DolGraph\__construct(), DolGraph\draw_chart(), and box_graph_nb_tickets_type\loadBox().