dolibarr 18.0.6
|
Class ModeleBoxes. More...
Public Member Functions | |
__construct ($db, $param='') | |
Constructor. | |
error () | |
Return last error message. | |
fetch ($rowid) | |
Load a box line from its rowid. | |
showBox ($head=null, $contents=null, $nooutput=0) | |
Standard method to show a box (usage by boxes not mandatory, a box can still use its own showBox function) | |
Static Public Member Functions | |
static | getWidgetsList ($forcedirwidget=null) |
Return list of widget. | |
ModeleBoxes::__construct | ( | $db, | |
$param = '' ) |
Constructor.
Reimplemented in box_accountancy_last_manual_entries, box_accountancy_suspense_account, box_actions, box_actions_future, box_activity, box_birthdays, box_birthdays_members, box_boms, box_bookmarks, box_clients, box_commandes, box_comptes, box_contacts, box_contracts, box_customers_outstanding_bill_reached, box_dolibarr_state_board, box_external_rss, box_factures, box_factures_fourn, box_factures_fourn_imp, box_factures_imp, box_ficheinter, box_fournisseurs, box_funnel_of_prospection, box_goodcustomers, box_graph_invoices_permonth, box_graph_invoices_peryear, box_graph_invoices_supplier_permonth, box_graph_nb_ticket_last_x_days, box_graph_nb_tickets_type, box_graph_new_vs_close_ticket, box_graph_orders_permonth, box_graph_orders_supplier_permonth, box_graph_product_distribution, box_graph_propales_permonth, box_graph_ticket_by_severity, box_last_knowledgerecord, box_last_modified_knowledgerecord, box_last_modified_ticket, box_last_ticket, box_lastlogin, box_members_by_tags, box_members_by_type, box_members_last_modified, box_members_last_subscriptions, box_members_subscriptions_by_year, box_mos, box_produits, box_produits_alerte_stock, box_project, box_project_opportunities, box_propales, box_prospect, box_scheduled_jobs, box_services_contracts, box_services_expired, box_shipments, box_supplier_orders, box_supplier_orders_awaiting_reception, box_task, and box_validated_projects.
Definition at line 124 of file modules_boxes.php.
ModeleBoxes::error | ( | ) |
Return last error message.
Definition at line 134 of file modules_boxes.php.
ModeleBoxes::fetch | ( | $rowid | ) |
Load a box line from its rowid.
int | $rowid | Row id to load |
Definition at line 147 of file modules_boxes.php.
References dol_syslog(), position, and rowid.
|
static |
Return list of widget.
Function used by admin page htdoc/admin/widget. List is sorted by widget filename so by priority to run.
array | $forcedirwidget | null=All default directories. This parameter is used by modulebuilder module only. |
Definition at line 403 of file modules_boxes.php.
References dol_buildpath(), dol_osencode(), img_object(), and img_picto().
ModeleBoxes::showBox | ( | $head = null, | |
$contents = null, | |||
$nooutput = 0 ) |
Standard method to show a box (usage by boxes not mandatory, a box can still use its own showBox function)
array | $head | Array with properties of box title |
array | $contents | Array with properties of box lines |
int | $nooutput | No print, only return string |
Reimplemented in box_accountancy_last_manual_entries, box_accountancy_suspense_account, box_actions, box_actions_future, box_activity, box_birthdays, box_birthdays_members, box_boms, box_bookmarks, box_clients, box_commandes, box_comptes, box_contacts, box_contracts, box_customers_outstanding_bill_reached, box_dolibarr_state_board, box_external_rss, box_factures, box_factures_fourn, box_factures_fourn_imp, box_factures_imp, box_ficheinter, box_fournisseurs, box_funnel_of_prospection, box_goodcustomers, box_graph_invoices_permonth, box_graph_invoices_peryear, box_graph_invoices_supplier_permonth, box_graph_nb_ticket_last_x_days, box_graph_nb_tickets_type, box_graph_new_vs_close_ticket, box_graph_orders_permonth, box_graph_orders_supplier_permonth, box_graph_product_distribution, box_graph_propales_permonth, box_graph_ticket_by_severity, box_last_knowledgerecord, box_last_modified_knowledgerecord, box_last_modified_ticket, box_last_ticket, box_lastlogin, box_members_by_tags, box_members_by_type, box_members_last_modified, box_members_last_subscriptions, box_members_subscriptions_by_year, box_mos, box_produits, box_produits_alerte_stock, box_project, box_project_opportunities, box_propales, box_prospect, box_scheduled_jobs, box_services_contracts, box_services_expired, box_shipments, box_supplier_orders, box_supplier_orders_awaiting_reception, box_task, box_validated_projects, and mymodulewidget1.
Definition at line 185 of file modules_boxes.php.
References dol_cache_refresh(), dol_escape_htmltag(), dol_filecache(), dol_readcachefile(), dol_syslog(), dol_trunc(), img_object(), and img_picto().