macxred / pyledger

Python package to streamline the implementation and management of accounting systems.
MIT License
0 stars 0 forks source link

Delete methods to accept multiple ids #35

Open lasuk opened 2 months ago

lasuk commented 2 months ago

Delete methods shall either accept a singular id or a list of ids to delete.

Once this is implemented, remove CashCtrlLedger.delete_accounts() because it is now superfluous.