Bank and Cash ->banque->lire, ->banque->modifier, ->banque->configurer, ->banque->consolidate, ->banque->export, ->banque->transfer, ->banque->cheque Barcode ->barcode->lire, ->barcode->creer, ->barcode->suppr...
* Module SimplePOS is deprecated. If you need a POS module, please use the module TakePOS.<br role="presentation" />* The ICS value for direct debit or credit transfer is now stored on each bank account instead of<br role="presentation" />into the global setup.<br role="presentation" />* API /setup/sh...
GETPOST Function to get a value out of $_POST or $_GET request.<br role="presentation" />Varname: Is the name of the vaue provided via the request. The value will be stored in<br role="presentation" />$monChamp.<br role="presentation" />INT: Is a checking string. In this case it checks the value of th...
GETPOSTISSET() Example:<br role="presentation" />if (GETPOSTISSET('varname')){...}<br role="presentation" />Usage:<br role="presentation" />GETPOSTISSET will check if a $_POST or $_GET Variable with name "varname" is set...
img_picto()<br role="presentation" />Example:<br role="presentation" />img_picto(path,name);<br role="presentation" />Usage:<br role="presentation" />img_picto() will print an image with the path and title provided in the function ...
If you deleted a module via FTP or etc, and getting error messages about missing files - delete all module constants in llx_const. If the module name was "xxx" the consts would be: MAIN_MODULE_XXX<br />...
This notice appears in the readme of almost all Dolibarr Modules.<br role="presentation" />Note: If this screen tell you there is no custom directory, check your setup is correct:<br role="presentation" />- In your Dolibarr installation directory, edit the ``````htdocs/conf/conf.php`````` file and check that<br ro...
addExtraField ( $attrname,$label, $type, $pos,$size,$elementtype,$unique = 0,$required = 0,$default_value = '',<br role="presentation" />$param = '',$alwayseditable = 0,$perms = '',$list = '-1',$help = '',$computed = '',$entity = '',$langfile = '',$enabl...
// Main menu entries<br role="presentation" />$this->menu = array(); // List of menus to add<br role="presentation" />$r=0;<br role="presentation" />// Add here entries to declare new menus<br role="presentation" />// Example to declare the Top Menu entry:<br role="prese...
$this->rights[$r][0] = 10001;<br role="presentation" />$this->rights[$r][1] = 'Label by default of permission';<br role="presentation" />$this->rights[$r][2] = 'r';<br role="presentation" />$this->rights[$r][3] = 1;<br role="presentation" /&...
// Array to add new pages in new tabs or remove existing one<br role="presentation" />$this->tabs =<br role="presentation" />array('objecttype:+tabname1:Title1:mylangfile@mymodule:$user->rights->mymodule->read:/mymodule<br role="presentation" />/mypagetab1.php?id=__ID_...
FK_STATUT<br role="presentation" />Angebote<br role="presentation" />• 0 - Entwurf nicht bestätigt<br role="presentation" />• 1 - Amngebot ist offen<br />• 2 - unterzeichnet / beauftragt / abrechenbar<br role="presentation" />• 3- Nich...
Here you can see a list of general dolibarr triggers! Trigger code ($action) Type object ($object) USER_CREATE user.class.php USER_MODIFY user.class.php USER_DELETE user.class.php USER_LOGIN user.class.php USER_LOGIN_FAILED user.class.php USER_LOGOUT user.class.php USER_ENABLEDISABLE user.class.php USER_NEW_PASSWORD user.class.php USER_SETINGROUP u...