[CHG] move todos to rst document
This commit is contained in:
parent
e79e32721c
commit
e2d43f9383
@ -1,14 +1,6 @@
|
|||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'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();
|
var data = createAtom();
|
||||||
|
|
||||||
function toKey(s, postfix) {
|
function toKey(s, postfix) {
|
||||||
@ -208,7 +200,6 @@
|
|||||||
}, {
|
}, {
|
||||||
label: "Customer Payment",
|
label: "Customer Payment",
|
||||||
operations: [
|
operations: [
|
||||||
// TODO: depends of refund
|
|
||||||
{account: ASSETS.CASH.code, debit: function (ops) {
|
{account: ASSETS.CASH.code, debit: function (ops) {
|
||||||
return ops.contains(operations.getIn(['customer_refund', 'operations']))
|
return ops.contains(operations.getIn(['customer_refund', 'operations']))
|
||||||
? total - refund
|
? total - refund
|
||||||
|
@ -81,8 +81,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: help explaining what the operation is about?
|
|
||||||
// TODO: link to relevant Odoo operation?
|
|
||||||
var entries = Immutable.fromJS([
|
var entries = Immutable.fromJS([
|
||||||
{
|
{
|
||||||
title: "Company Founding",
|
title: "Company Founding",
|
||||||
|
@ -125,6 +125,12 @@ context. Common journals are:
|
|||||||
|
|
||||||
examples of accounting entries for various transactions
|
examples of accounting entries for various transactions
|
||||||
|
|
||||||
|
.. todo::
|
||||||
|
|
||||||
|
* help explaining what the operation is about?
|
||||||
|
* link to relevant Odoo operation?
|
||||||
|
|
||||||
|
|
||||||
Reconciliation
|
Reconciliation
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user