Skip to content

Feature/result export - #28

Merged
macedot merged 3 commits into
masterfrom
feature/result-export
Sep 3, 2026
Merged

macedot merged 3 commits into
masterfrom
feature/result-export

Conversation

@macedot

@macedot macedot commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots

…tinue

Importing events where a bounded event (e.g. a loan) ended later than the
default period set the simulation end exactly at that endDate, silently
truncating open-ended events: an open-ended salary lost its payment in the
month after the loan's last payment, and the whole result stopped there.

When open-ended events exist, the auto-expanded period now extends one
month past the last bounded endDate (clamped to month length) so their
recurrence stays visible beyond it. Bounded-only and open-ended-only
imports behave exactly as before.
@macedot
macedot merged commit 41a74a7 into master Sep 3, 2026
2 checks passed
@macedot
macedot deleted the feature/result-export branch September 3, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant