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.
Features:
Bug fixes:
Closes https://github.com/bvanelli/actualpy/issues/13