Bank and Cash ->banque->lire, ->banque->modifier, ->banque->configurer, ->banque->consolidate, ->banque->export, ->banque->transfer, ->banque->cheque B...
* Module SimplePOS is deprecated. If you need a POS module, please use the module TakePOS.* The ICS value for direct debit or credit transfer is now stored on each bank account instead ofinto the global setup.* API /setup/shipment_methods has been re...
FK_STATUTAngebote• 0 - Entwurf nicht bestätigt• 1 - Amngebot ist offen• 2 - unterzeichnet / beauftragt / abrechenbar• 3- Nicht unterzeichnet/ Geschlossen/ Abgelehnt• 4 - VerrechnetAuftragsbest&...
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...
GETPOST Function to get a value out of $_POST or $_GET request.Varname: Is the name of the vaue provided via the request. The value will be stored in$monChamp.INT: Is a checking string. In this case it checks the value of the request to be an integer...
GETPOSTISSET() Example:if (GETPOSTISSET('varname')){...}Usage:GETPOSTISSET will check if a $_POST or $_GET Variable with name "varname" is set...
img_picto()Example:img_picto(path,name);Usage: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...
This notice appears in the readme of almost all Dolibarr Modules.Note: If this screen tell you there is no custom directory, check your setup is correct:- In your Dolibarr installation directory, edit the ``````htdocs/conf/conf.php`````` file and che...
addExtraField ( $attrname,$label, $type, $pos,$size,$elementtype,$unique = 0,$required = 0,$default_value = '',$param = '',$alwayseditable = 0,$perms = '',$list = '-1',$help = '',$computed = '...
// Main menu entries$this->menu = array(); // List of menus to add$r=0;// Add here entries to declare new menus// Example to declare the Top Menu entry:$this->menu[$r]=array( 'fk_menu'=>0, // Put 0 if this is a top menu...
$this->rights[$r][0] = 10001;$this->rights[$r][1] = 'Label by default of permission';$this->rights[$r][2] = 'r';$this->rights[$r][3] = 1;$this->rights[$r][4] = 'action';$this->ri...
// Array to add new pages in new tabs or remove existing one$this->tabs =array('objecttype:+tabname1:Title1:mylangfile@mymodule:$user->rights->mymodule->read:/mymodule/mypagetab1.php?id=__ID__' // To add a new ta...