macxred / cashctrl_ledger

Implementation of the abstract pyledger.LegderEngine interface with CashCtrl accounting service.
MIT License
0 stars 0 forks source link

feat: single_account_balance #58

Closed AlexTheWizardL closed 2 months ago

AlexTheWizardL commented 2 months ago

This pull request covers realization of _single_account_balance method and corresponding tests for it.

@lasuk Please review the changes and provide feedback or approval for merging.

lasuk commented 2 months ago

Added two commits to simplify code logic, simplify test cases and increase test coverage from an accounting point of view. @AlexTheWizardL: Please shout if you disagree.

AlexTheWizardL commented 2 months ago

Changes look fair to me