* Aikido Guy <aikido...@gmail.com> [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 ledger-cli+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to