From e2d43f9383f8a3abd30e6a32eb68a1f054955d82 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 24 Feb 2015 13:24:37 +0100 Subject: [PATCH] [CHG] move todos to rst document --- _static/chart-of-accounts.js | 9 --------- _static/entries.js | 2 -- index.rst | 6 ++++++ 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/_static/chart-of-accounts.js b/_static/chart-of-accounts.js index 1703bbd70..b03fd9de5 100644 --- a/_static/chart-of-accounts.js +++ b/_static/chart-of-accounts.js @@ -1,14 +1,6 @@ (function () { 'use strict'; - // .journals - // .t-accounts - // .chart-of-accounts - // document.addEventListener('DOMContentLoaded', function () { - // React.render( - // React.createElement(CoA), - // document.querySelector('.chart-of-accounts')); - // }); var data = createAtom(); function toKey(s, postfix) { @@ -208,7 +200,6 @@ }, { label: "Customer Payment", operations: [ - // TODO: depends of refund {account: ASSETS.CASH.code, debit: function (ops) { return ops.contains(operations.getIn(['customer_refund', 'operations'])) ? total - refund diff --git a/_static/entries.js b/_static/entries.js index b2ced339a..983e4dd27 100644 --- a/_static/entries.js +++ b/_static/entries.js @@ -81,8 +81,6 @@ } }); - // TODO: help explaining what the operation is about? - // TODO: link to relevant Odoo operation? var entries = Immutable.fromJS([ { title: "Company Founding", diff --git a/index.rst b/index.rst index 5715c1dc3..dfb32f2db 100644 --- a/index.rst +++ b/index.rst @@ -125,6 +125,12 @@ context. Common journals are: examples of accounting entries for various transactions + .. todo:: + + * help explaining what the operation is about? + * link to relevant Odoo operation? + + Reconciliation ==============