From 68c48dd8bd686d0de3cd6747817aaaaf6be75386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 22 Oct 2015 14:36:41 +0200 Subject: [PATCH] add v9 thoughts in the readme --- mis_builder/README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mis_builder/README.rst b/mis_builder/README.rst index a9cbf083..25f9ce7b 100644 --- a/mis_builder/README.rst +++ b/mis_builder/README.rst @@ -63,12 +63,22 @@ analytic accounts. Known issues / Roadmap ====================== +* V9 thoughts: + * select accounts by tag (see also select accounts by type below) + * how to handle multi-company consolidation now that consolidation children are gone? + * what replaces root accounts / account charts in v9? nothing it seems, so + we are limited to one chart of accounts per company; + * for multi-company consolidation, must we replace the consolidation chart + of account by a list of companies? + * Add 'Fiscal Year' period type. * Allow selecting accounts by type. This is currently possible by expressing a query such as balp[][('account_id.user_type.code', '=', ...)]. This will work but would be more efficient if one could write balp[user_type=...], as it would involve much less queries to the database. + Possible syntax could be balp[code:60%,70%], balp[type:...], balp[tag:...], + with code: being optional and the default. * More tests should be added. The first part is creating test data, then it will be easier. At the minimum, We need the following test data: