|
dolibarr
x.y.z
|
Library of admin functions. More...
Go to the source code of this file.
Functions | |
| versiontostring ($versionarray) | |
| Renvoi une version en chaine depuis une version en tableau. More... | |
| versioncompare ($versionarray1, $versionarray2) | |
| Compare 2 versions (stored into 2 arrays). More... | |
| versionphparray () | |
| Return version PHP. More... | |
| versiondolibarrarray () | |
| Return version Dolibarr. More... | |
| run_sql ($sqlfile, $silent=1, $entity='', $usesavepoint=1, $handler='', $okerror='default', $linelengthlimit=32768, $nocommentremoval=0, $offsetforchartofaccount=0, $colspan=0, $onlysqltoimportwebsite=0) | |
| Launch a sql file. More... | |
| dolibarr_del_const ($db, $name, $entity=1) | |
| Delete a constant. More... | |
| dolibarr_get_const ($db, $name, $entity=1) | |
| Get the value of a setup constant from database. More... | |
| dolibarr_set_const ($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1) | |
| Insert a parameter (key,value) into database (delete old key then insert it again). More... | |
| modules_prepare_head ($nbofactivatedmodules, $nboftotalmodules) | |
| Prepare array with list of tabs. More... | |
| ihm_prepare_head () | |
| Prepare array with list of tabs. More... | |
| security_prepare_head () | |
| Prepare array with list of tabs. More... | |
| modulehelp_prepare_head ($object) | |
| Prepare array with list of tabs. More... | |
| translation_prepare_head () | |
| Prepare array with list of tabs. More... | |
| defaultvalues_prepare_head () | |
| Prepare array with list of tabs. More... | |
| listOfSessions () | |
| Return list of session. More... | |
| purgeSessions ($mysessionid) | |
| Purge existing sessions. More... | |
| activateModule ($value, $withdeps=1) | |
| Enable a module. More... | |
| unActivateModule ($value, $requiredby=1) | |
| Disable a module. More... | |
| complete_dictionary_with_modules (&$taborder, &$tabname, &$tablib, &$tabsql, &$tabsqlsort, &$tabfield, &$tabfieldvalue, &$tabfieldinsert, &$tabrowid, &$tabcond, &$tabhelp, &$tabcomplete) | |
| Add external modules to list of dictionaries. More... | |
| activateModulesRequiredByCountry ($country_code) | |
| Activate external modules mandatory when country is country_code. More... | |
| complete_elementList_with_modules (&$elementList) | |
| Search external modules to complete the list of contact element. More... | |
| form_constantes ($tableau, $strictw3c=0, $helptext='', $text='Value') | |
| Show array with constants to edit. More... | |
| showModulesExludedForExternal ($modules) | |
| Show array with constants to edit. More... | |
| addDocumentModel ($name, $type, $label='', $description='') | |
| Add document model used by doc generator. More... | |
| delDocumentModel ($name, $type) | |
| Delete document model used by doc generator. More... | |
| phpinfo_array () | |
| Return the php_info into an array. More... | |
| company_admin_prepare_head () | |
| Return array head with list of tabs to view object informations. More... | |
| email_admin_prepare_head () | |
| Return array head with list of tabs to view object informations. More... | |
Library of admin functions.
Definition in file admin.lib.php.
| activateModule | ( | $value, | |
$withdeps = 1 |
|||
| ) |
Enable a module.
| string | $value | Name of module to activate |
| int | $withdeps | Activate/Disable also all dependencies |
Definition at line 1091 of file admin.lib.php.
| activateModulesRequiredByCountry | ( | $country_code | ) |
Activate external modules mandatory when country is country_code.
| string | $country_code | CountryCode |
Definition at line 1466 of file admin.lib.php.
| addDocumentModel | ( | $name, | |
| $type, | |||
$label = '', |
|||
$description = '' |
|||
| ) |
Add document model used by doc generator.
| string | $name | Model name |
| string | $type | Model type |
| string | $label | Model label |
| string | $description | Model description |
Definition at line 1888 of file admin.lib.php.
| company_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 1977 of file admin.lib.php.
| complete_dictionary_with_modules | ( | & | $taborder, |
| & | $tabname, | ||
| & | $tablib, | ||
| & | $tabsql, | ||
| & | $tabsqlsort, | ||
| & | $tabfield, | ||
| & | $tabfieldvalue, | ||
| & | $tabfieldinsert, | ||
| & | $tabrowid, | ||
| & | $tabcond, | ||
| & | $tabhelp, | ||
| & | $tabcomplete | ||
| ) |
Add external modules to list of dictionaries.
Addition is done into var $taborder, $tabname, etc... that are passed with pointers.
| array | $taborder | Taborder |
| array | $tabname | Tabname |
| array | $tablib | Tablib |
| array | $tabsql | Tabsql |
| array | $tabsqlsort | Tabsqlsort |
| array | $tabfield | Tabfield |
| array | $tabfieldvalue | Tabfieldvalue |
| array | $tabfieldinsert | Tabfieldinsert |
| array | $tabrowid | Tabrowid |
| array | $tabcond | Tabcond |
| array | $tabhelp | Tabhelp |
| array | $tabcomplete | Tab complete (will replace all other in future). Key is table name. |
Definition at line 1297 of file admin.lib.php.
| complete_elementList_with_modules | ( | & | $elementList | ) |
Search external modules to complete the list of contact element.
| array | $elementList | elementList |
Definition at line 1528 of file admin.lib.php.
| defaultvalues_prepare_head | ( | ) |
Prepare array with list of tabs.
Definition at line 931 of file admin.lib.php.
| delDocumentModel | ( | $name, | |
| $type | |||
| ) |
Delete document model used by doc generator.
| string | $name | Model name |
| string | $type | Model type |
Definition at line 1919 of file admin.lib.php.
| dolibarr_del_const | ( | $db, | |
| $name, | |||
$entity = 1 |
|||
| ) |
Delete a constant.
| DoliDB | $db | Database handler |
| string | int | $name | Name of constant or rowid of line |
| int | $entity | Multi company id, -1 for all entities |
Definition at line 556 of file admin.lib.php.
| dolibarr_get_const | ( | $db, | |
| $name, | |||
$entity = 1 |
|||
| ) |
Get the value of a setup constant from database.
Definition at line 596 of file admin.lib.php.
| dolibarr_set_const | ( | $db, | |
| $name, | |||
| $value, | |||
$type = 'chaine', |
|||
$visible = 0, |
|||
$note = '', |
|||
$entity = 1 |
|||
| ) |
Insert a parameter (key,value) into database (delete old key then insert it again).
| DoliDB | $db | Database handler |
| string | $name | Name of constant |
| string | $value | Value of constant |
| string | $type | Type of constant. Deprecated, only strings are allowed for $value. Caller must json encode/decode to store other type of data. |
| int | $visible | Is constant visible in Setup->Other page (0 by default) |
| string | $note | Note on parameter |
| int | $entity | Multi company id (0 means all entities) |
Definition at line 632 of file admin.lib.php.
| email_admin_prepare_head | ( | ) |
Return array head with list of tabs to view object informations.
Definition at line 2016 of file admin.lib.php.
| form_constantes | ( | $tableau, | |
$strictw3c = 0, |
|||
$helptext = '', |
|||
$text = 'Value' |
|||
| ) |
Show array with constants to edit.
| array | $tableau | Array of constants array('key'=>array('type'=>type, 'label'=>label) where type can be 'string', 'text', 'textarea', 'html', 'yesno', 'emailtemplate:xxx', ... |
| int | $strictw3c | 0=Include form into table (deprecated), 1=Form is outside table to respect W3C (deprecated), 2=No form nor button at all, 3=No form nor button at all and each field has a unique name (form is output by caller, recommended) |
| string | $helptext | Tooltip help to use for the column name of values |
| string | $text | Text to use for the column name of values |
Definition at line 1635 of file admin.lib.php.
| ihm_prepare_head | ( | ) |
Prepare array with list of tabs.
Definition at line 748 of file admin.lib.php.
| listOfSessions | ( | ) |
Return list of session.
Definition at line 983 of file admin.lib.php.
| modulehelp_prepare_head | ( | $object | ) |
Prepare array with list of tabs.
| object | $object | descriptor class |
Definition at line 863 of file admin.lib.php.
| modules_prepare_head | ( | $nbofactivatedmodules, | |
| $nboftotalmodules | |||
| ) |
Prepare array with list of tabs.
| int | $nbofactivatedmodules | Number if activated modules |
| int | $nboftotalmodules | Nb of total modules |
Definition at line 703 of file admin.lib.php.
| phpinfo_array | ( | ) |
Return the php_info into an array.
Definition at line 1948 of file admin.lib.php.
| purgeSessions | ( | $mysessionid | ) |
Purge existing sessions.
| int | $mysessionid | To avoid to try to delete my own session |
Definition at line 1039 of file admin.lib.php.
| run_sql | ( | $sqlfile, | |
$silent = 1, |
|||
$entity = '', |
|||
$usesavepoint = 1, |
|||
$handler = '', |
|||
$okerror = 'default', |
|||
$linelengthlimit = 32768, |
|||
$nocommentremoval = 0, |
|||
$offsetforchartofaccount = 0, |
|||
$colspan = 0, |
|||
$onlysqltoimportwebsite = 0 |
|||
| ) |
Launch a sql file.
Function is used by:
| string | $sqlfile | Full path to sql file |
| int | $silent | 1=Do not output anything, 0=Output line for update page |
| int | $entity | Entity targeted for multicompany module |
| int | $usesavepoint | 1=Run a savepoint before each request and a rollback to savepoint if error (this allow to have some request with errors inside global transactions). |
| string | $handler | Handler targeted for menu (replace HANDLER with this value) |
| string | $okerror | Family of errors we accept ('default', 'none') |
| int | $linelengthlimit | Limit for length of each line (Use 0 if unknown, may be faster if defined) |
| int | $nocommentremoval | Do no try to remove comments (in such a case, we consider that each line is a request, so use also $linelengthlimit=0) |
| int | $offsetforchartofaccount | Offset to use to load chart of account table to update sql on the fly to add offset to rowid and account_parent value |
| int | $colspan | 2=Add a colspan=2 on td |
| int | $onlysqltoimportwebsite | Only sql resquests used to import a website template is allowed |
Definition at line 167 of file admin.lib.php.
| security_prepare_head | ( | ) |
Prepare array with list of tabs.
Definition at line 788 of file admin.lib.php.
| showModulesExludedForExternal | ( | $modules | ) |
Show array with constants to edit.
| array | $modules | Array of all modules |
Definition at line 1838 of file admin.lib.php.
| translation_prepare_head | ( | ) |
Prepare array with list of tabs.
Definition at line 901 of file admin.lib.php.
| unActivateModule | ( | $value, | |
$requiredby = 1 |
|||
| ) |
Disable a module.
| string | $value | Nom du module a desactiver |
| int | $requiredby | 1=Desactive aussi modules dependants |
Definition at line 1220 of file admin.lib.php.
| versioncompare | ( | $versionarray1, | |
| $versionarray2 | |||
| ) |
Compare 2 versions (stored into 2 arrays).
To check if Dolibarr version is lower than (x,y,z), do "if versioncompare(versiondolibarrarray(), array(x.y.z)) <= 0" For example: if (versioncompare(versiondolibarrarray(),array(4,0,-5)) >= 0) is true if version is 4.0 alpha or higher. For example: if (versioncompare(versiondolibarrarray(),array(4,0,0)) >= 0) is true if version is 4.0 final or higher. For example: if (versioncompare(versiondolibarrarray(),array(4,0,1)) >= 0) is true if version is 4.0.1 or higher. Alternative way to compare: if ((float) DOL_VERSION >= 4.0) is true if version is 4.0 alpha or higher (works only to compare first and second level)
| array | $versionarray1 | Array of version (vermajor,verminor,patch) |
| array | $versionarray2 | Array of version (vermajor,verminor,patch) |
Definition at line 66 of file admin.lib.php.
| versiondolibarrarray | ( | ) |
Return version Dolibarr.
Definition at line 139 of file admin.lib.php.
| versionphparray | ( | ) |
Return version PHP.
Definition at line 128 of file admin.lib.php.
| versiontostring | ( | $versionarray | ) |
Renvoi une version en chaine depuis une version en tableau.
| array | $versionarray | Tableau de version (vermajeur,vermineur,autre) |
Definition at line 36 of file admin.lib.php.