Translate rights

This commit is contained in:
Alexandre SPANGARO 2019-06-18 22:38:52 +02:00
parent 53923a8581
commit c59de49894
3 changed files with 8 additions and 2 deletions

View File

@ -21,7 +21,7 @@
/** /**
* \file htdocs/core/class/html.formaccounting.class.php * \file htdocs/core/class/html.formaccounting.class.php
* \ingroup Advanced accountancy * \ingroup Accountancy (Double entries)
* \brief File of class with all html predefined components * \brief File of class with all html predefined components
*/ */
require_once DOL_DOCUMENT_ROOT .'/core/class/html.form.class.php'; require_once DOL_DOCUMENT_ROOT .'/core/class/html.form.class.php';

View File

@ -19,7 +19,7 @@
/** /**
* \file htdocs/core/lib/accounting.lib.php * \file htdocs/core/lib/accounting.lib.php
* \ingroup Advanced accountancy * \ingroup Accountancy (Double entries)
* \brief Library of accountancy functions * \brief Library of accountancy functions
*/ */

View File

@ -885,6 +885,12 @@ Permission2802=Use FTP client in write mode (delete or upload files)
Permission50101=Use Point of Sale Permission50101=Use Point of Sale
Permission50201=Read transactions Permission50201=Read transactions
Permission50202=Import transactions Permission50202=Import transactions
Permission50401=Bind products and invoices with accounting accounts
Permission50411=Read operations in ledger
Permission50412=Write/Edit operations in ledger
Permission50420=Report and export reports (turnover, balance, journals, ledger)
Permission50430=Define and close a fiscal year
Permission50440=Manage chart of accounts, setup of accountancy
Permission54001=Print Permission54001=Print
Permission55001=Read polls Permission55001=Read polls
Permission55002=Create/modify polls Permission55002=Create/modify polls