mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-08 11:49:44 +03:00
866414a528
The register screen is now like the register view in hledger-web (and other accounting systems), rather than hledger's register command. This means: - it shows transactions affecting a particular current account, rather than postings matching a pattern. - Each line represents a whole transaction. - The account field shows the *other* account being transacted with. When there is more than one, they are all listed, abbreviated and marked with "(split)". - The amount field shows the effect of the transaction on the current account; positive for an inflow to this account, negative for an outflow. - The balance field should usually show the current account's historic balance as of the transaction date, even when you change the report start date. (Not working yet - currently it always shows the running total). - Transactions are listed most recent first, currently. |
||
---|---|---|
.. | ||
Account.hs | ||
AccountName.hs | ||
Amount.hs | ||
Commodity.hs | ||
Dates.hs | ||
Journal.hs | ||
Ledger.hs | ||
Posting.hs | ||
RawOptions.hs | ||
StringFormat.hs | ||
TimeLog.hs | ||
Transaction.hs | ||
Types.hs |