NEW: Add accounting account for result

Use for closure workflow
This commit is contained in:
Alexandre SPANGARO 2019-02-18 06:00:21 +01:00
parent 09fa5b0456
commit 93a0cdd6d6
2 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,8 @@ $list_account_main = array (
);
$list_account = array (
'ACCOUNTING_RESULT_PROFIT',
'ACCOUNTING_RESULT_LOSS',
'ACCOUNTING_PRODUCT_BUY_ACCOUNT',
'ACCOUNTING_PRODUCT_SOLD_ACCOUNT',
'ACCOUNTING_PRODUCT_SOLD_INTRA_ACCOUNT',

View File

@ -149,6 +149,9 @@ ACCOUNTING_EXPENSEREPORT_JOURNAL=Expense report journal
ACCOUNTING_SOCIAL_JOURNAL=Social journal
ACCOUNTING_HAS_NEW_JOURNAL=Has new Journal
ACCOUNTING_RESULT_PROFIT=Accounting account of profit result
ACCOUNTING_RESULT_LOSS=Accounting account of loss result
ACCOUNTING_ACCOUNT_TRANSFER_CASH=Accounting account of transfer
ACCOUNTING_ACCOUNT_SUSPENSE=Accounting account of wait
DONATION_ACCOUNTINGACCOUNT=Accounting account to register donations