Nice! This is a good thing to know about. I see there is also "assert" which causes an error instead of a warning. Thanks.
On Monday, May 7, 2018 at 1:01:53 PM UTC-5, Martin Michlmayr wrote: > > * Aikido Guy <[email protected] <javascript:>> [2018-05-07 08:15]: > > I tried searching this group for "close an account" and did not find > > any related messages. I also tried reading the user manual for > > ledger 3.1.1 but could not find something appropriate... > > > > Is it possible to close an account"? > > Beancount has a "close" statement to close accounts. > > Ledger doesn't have such a statement. However, you can define > accounts and list a number of checks, see > https://www.ledger-cli.org/3.0/doc/ledger3.html#Command-Directives > > The following does what you want: > > account Expenses:Food > note This account is all about the chicken! > check date >= [2016-02-03] > check date <= [2017-03-03] > > -- > Martin Michlmayr > http://www.cyrius.com/ > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
