On 2016-12-03 13:37, Richard PALO wrote: > Anybody get further into prototype mode in order to propose a blueprint > supporting, > in addition to 'all' as is currently: > 1. with 'start balance <> 0' > and/or > 2. with 'end balance <> 0' > and/or
I think written is quite complex because it is a SQL SUM but with cumulate of previous fiscal year. So I think probably the easiest will be to write a searcher that will filter the records using python evaluation for each record. This is not very performant but it should be OK as the number of account should not be too large. > 3. with movements (in the period) This could probably be done by creating a Function field that returns the number of moves. > seems there should probably also be an option simply to include or not the > 'start balance' as well Do you mean that you want to have a column with debit - credit ? > while suppressing the non-intuitive behaviour currently of 4.x selecting by > default only the first account. That's default behaviour to select the first record, I do not think it will change. > There seems to miss as well a means to be able to select only non-reconciled > entries (relative to the > accounting year), which appears to be a crucial need expressed by accountants > and legal auditors. I do not understand exactly what you mean. For me, there is no sense to care about non-reconciled per fiscal year. Also I do not see the point to care about them individually, we have the Aged Balance for that. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20161204030606.GA71015%40tetsuo.
