pylipp / financeager

Organize your finances easily - from the command line!
GNU General Public License v3.0
82 stars 22 forks source link

Change database infrastructure #52

Closed pylipp closed 3 years ago

pylipp commented 4 years ago

Currently, for every year a new database ('period') is created.

This has some shortcomings:

Proposal:

pylipp commented 3 years ago

Fixed in bd08985