[FIX] mementoes: Fix some terms/computation/links

This commit is contained in:
Yannick Tivisse
2017-06-23 13:31:26 +02:00
parent ffde28af34
commit febd07cc80
7 changed files with 25 additions and 23 deletions
-2
View File
@@ -239,9 +239,7 @@
label: "Customer Invoice (€100 + 9% tax)",
operations: [
{account: ASSETS.ACCOUNTS_RECEIVABLE.code, debit: constant(total)},
{account: EXPENSES.PURCHASED_GOODS.code, debit: constant(cor)},
{account: REVENUE.SALES.code, credit: constant(sale)},
{account: EXPENSES.INVENTORY_VARIATIONS.code, credit: constant(cor)},
{account: LIABILITIES.TAXES_PAYABLE.code, credit: constant(tax)}
]
}, {