dolibarr 19.0.3
|
Main page of accountancy area. More...
Go to the source code of this file.
Variables | |
if(isModEnabled('facture') && $user->hasRight('facture', 'lire')) if((isModEnabled( 'fournisseur') &&!getDolGlobalString( 'MAIN_USE_NEW_SUPPLIERMOD') &&$user->hasRight("fournisseur", "facture", "lire"))||(isModEnabled( 'supplier_invoice') &&$user->hasRight("supplier_invoice", "lire"))) if(isModEnabled('don') && $user->hasRight('don', 'lire')) if(isModEnabled( 'tax') &&$user->hasRight( 'tax', 'charges', 'lire')) if(isModEnabled('facture') &&isModEnabled('commande') && $user->hasRight("commande", "lire") &&!getDolGlobalString('WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER')) | $sql = '' |
Social contributions to pay. | |
Main page of accountancy area.
Definition in file index.php.