macxred / cashctrl_ledger

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

Feat/create non existent account groups #31

Closed AlexTheWizardL closed 3 months ago

AlexTheWizardL commented 3 months ago

Pull request covers logic when account non existent account groups will be created before creating accounts to be ensured all accounts will have categories. For this we use update_categories() that mirrors categories from target df to remote system

Attention!: Test will give us en error until PR on cashctrl_api repository is merged

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