[CHG] move todos to rst document

This commit is contained in:
Xavier Morel 2015-02-24 13:24:37 +01:00
parent e79e32721c
commit e2d43f9383
3 changed files with 6 additions and 11 deletions

View File

@ -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

View File

@ -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",

View File

@ -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
==============