mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 11:19:32 +03:00
597e9c47c9
Some of these demonstrate that runPeriodicTransaction could generate transactions ouside of requested DateSpan. This happens because runPeriodicTransaction uses splitSpan internally, and splitSpan always generates dateSpans that fully cover original DateSpan, extending beyound left/right boundary if necessary. This is ok if transactions are generated for budgeting purpose, but during forecasting care should be taken to check that all generated transactions are happening past the end of the real journal. |
||
---|---|---|
.. | ||
Account.hs | ||
AccountName.hs | ||
Amount.hs | ||
AutoTransaction.hs | ||
Commodity.hs | ||
Dates.hs | ||
Journal.hs | ||
Ledger.hs | ||
MarketPrice.hs | ||
Period.hs | ||
Posting.hs | ||
RawOptions.hs | ||
StringFormat.hs | ||
Timeclock.hs | ||
Transaction.hs | ||
Types.hs |