[CHG] move todos to rst document
This commit is contained in:
parent
e79e32721c
commit
e2d43f9383
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user