El 21/11/2014 18:10, "Cédric Krier" <[email protected]> va escriure: > > On 21 Nov 17:48, Sergi Almacellas Abellana wrote: > > El 21/11/14 a les 17:38, Nicolas Évrard ha escrit: > > >Hello, > > > > > >Printing the general ledger can sometimes print a huge number of lines > > >that might not be interesting. For example stock accounting entries > > >when doing anglo-saxon stock accounting. > > > > > >So we're playing with the idea of having a boolean on the account > > >stating whether or not the account moves should be displayed. > > > > > >Here is the review: http://codereview.tryton.org/13711002 > > > > > >Do you have any comments on this feature? Is there any shortcomings I > > >haven't though about? > > We have a diferent aproach on account_jasper_reports module. > > > > The wizard to print general ledger (and other reports), have a Many2Many to > > accounts [1] , and if it's filled it only prints the data for this accounts > > [2]. This is more flexible, as it allows to customize the report directly > > from the wizard and not requiring the accounts to be modified. > > > > What do you think about taking a similar aproach? > > For me, it goes quite against the definition of *General* legder: > > “A general ledger contains all the accounts…“ > https://en.wikipedia.org/wiki/General_ledger
With this feature the wizard allows to print other kind of "Leger reports". "General Ledger" is the report generated with default values (any account seected => print all accounts => General).
