From 7a1d2d1305cb3dd871583c745ba94aede761f524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 13 May 2016 13:55:55 +0200 Subject: [PATCH] [IMP] mis_builder: changelog --- mis_builder/CHANGES.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mis_builder/CHANGES.rst b/mis_builder/CHANGES.rst index a19aa9b7..b9992b1d 100644 --- a/mis_builder/CHANGES.rst +++ b/mis_builder/CHANGES.rst @@ -9,13 +9,20 @@ Changelog 9.0.1.0.0 (2016-??-??) ~~~~~~~~~~~~~~~~~~~~~~ -Most of the work for this release has been done at the Sorrento sprint -April 26-29, 2016. +Part of the work for this release has been done at the Sorrento sprint +April 26-29, 2016. The rest (ie a major refactoring) has been done in +the weeks after. +* [IMP] AccountingExpressionProcessor now supports 'balu' expressions + to obtain the unallocated profit/loss of previous fiscal years; + get_unallocated_pl is the corresponding convenience method +* [IMP] AccountingExpressionProcessor now has easy methods to obtain + balances by account: get_balances_initial, get_balances_end, + get_balances_veriation * [IMP] there is now an auto-expand feature to automatically display a by account detail for some kpis * [IMP] the kpi and period lists are now manipulated through forms instead - of directly in the tree views, this improves usability + of directly in the tree views * [IMP] it is now possible to create a report through a wizard, such reports are deemed temporary and available through a "Last Reports Generated" menu, they are garbaged collected automatically, unless saved permanently,