Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-08 | Implement Flow.since and Flow.until | xengineering | |
That way a flow can be limited to a certain time frame. | |||
2024-09-08 | Rename income to flow | xengineering | |
Modeling income and expenses separately does not make sense since the only difference is the sign of the amount. Separate definitions would lead to a lot of duplicated code. |