Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add schedules suppport. #17

Merged
merged 4 commits into from
May 14, 2024
Merged

feat: Add schedules suppport. #17

merged 4 commits into from
May 14, 2024

Conversation

bvanelli
Copy link
Owner

@bvanelli bvanelli commented May 10, 2024

Features:

  • Implement schedule support with the bonus of being able to run the rules just as you would normally. The schedule objects can be used to also find the transactions which belong to the schedule, but no support for inserting custom schedules is currently implemented.

Bug fixes:

  • Add isapprox for numeric types
  • Correctly handle inflow and outflow
  • Fix issues where cents could be confused when the data was coming from database
  • Rename some of the table attributes from the SQLModel models.

Closes #13

@bvanelli bvanelli marked this pull request as ready for review May 14, 2024 19:03
@bvanelli bvanelli changed the title Draft: feat: Add schedules suppport. feat: Add schedules suppport. May 14, 2024
@bvanelli bvanelli merged commit 2e122ee into main May 14, 2024
4 checks passed
@bvanelli bvanelli deleted the feature/support-schedules branch May 15, 2024 05:53
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.

Implement scheduled transactions
1 participant